Class DefaultBinaryReader

DefaultBinaryReader class

public class DefaultBinaryReader : IBinaryReader, IDisposable

Constructors

NameDescription
DefaultBinaryReader(Stream, CgmFile, ICommandFactory)

Properties

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

Methods

NameDescription
AlignOnWord()
Dispose()
ReadArgumentEnd()
ReadBool()
ReadByte()
ReadColor()
ReadColor(int)
ReadColorIndex()
ReadColorIndex(int)
ReadCommands()
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