DefaultBinaryWriter constructor

init

Constructs a new instance of DefaultBinaryWriter

def __init__(self, stream, cgm):
    ...
ParameterTypeDescription
streamio.RawIOBase
cgmCgmFile

See Also