BinaryWriter

class of dascore.utils.io
inherits from: typing.Protocol, typing.Generic
source

BinaryWriter(
    *args ,
    **kwargs ,
)

Dummy class for streams which write binary.

Methods

Name Description
close Close resource.
read Read resource contents.
seek Seek to specific place in file.