Interface IBinaryReader

IBinaryReader interface

Interface to read binary CGM files

public interface IBinaryReader

Properties

NameDescription
Arguments { get; }
ArgumentsCount { get; }
CurrentArg { get; }

Methods

NameDescription
AlignOnWord()
ReadArgumentEnd()
ReadBool()
ReadByte()
ReadColor()
ReadColor(int)
ReadColorIndex()
ReadColorIndex(int)
ReadDirectColor()
ReadEmbeddedCommand()
ReadEnum()
ReadFixedString()
ReadFixedStringWithFallback(int)
ReadFloatingPoint()
ReadFloatingPoint32()
ReadIndex()
ReadInt()
ReadName()
ReadPoint()
ReadReal()
ReadSDR()
ReadSizeSpecification(SpecificationMode)
ReadString()
ReadUInt(int)
ReadVdc()
ReadViewportPoint()
SizeOfDirectColor()
SizeOfEnum()
SizeOfInt()
SizeOfPoint()
Unsupported(string)

See Also