public interface IBinaryReader
Interface to read binary CGM files
| Modifier and Type | Method and Description |
|---|---|
void |
alignOnWord() |
byte[] |
getArguments() |
int |
getArgumentsCount() |
int |
getCurrentArg() |
int |
readArgumentEnd() |
boolean |
readBool() |
byte |
readByte() |
CgmColor |
readColor() |
CgmColor |
readColor(int localColorPrecision) |
int |
readColorIndex() |
int |
readColorIndex(int localColorPrecision) |
Color |
readDirectColor() |
Command |
readEmbeddedCommand() |
int |
readEnum() |
String |
readFixedString() |
String |
readFixedStringWithFallback(int length) |
double |
readFloatingPoint() |
double |
readFloatingPoint32() |
int |
readIndex() |
int |
readInt() |
int |
readName() |
CgmPoint |
readPoint() |
double |
readReal() |
StructuredDataRecord |
readSDR() |
double |
readSizeSpecification(SpecificationMode edgeWidthSpecificationMode) |
String |
readString() |
int |
readUInt(int precision) |
double |
readVdc() |
ViewportPoint |
readViewportPoint() |
int |
sizeOfDirectColor() |
int |
sizeOfEnum() |
int |
sizeOfInt() |
int |
sizeOfPoint() |
void |
unsupported(String message) |
int getCurrentArg()
int getArgumentsCount()
byte[] getArguments()
int readEnum()
String readString()
int readIndex()
int readInt()
int readArgumentEnd()
String readFixedString()
StructuredDataRecord readSDR()
CgmColor readColor()
CgmColor readColor(int localColorPrecision)
double readVdc()
int readName()
Color readDirectColor()
ViewportPoint readViewportPoint()
Command readEmbeddedCommand()
double readReal()
String readFixedStringWithFallback(int length)
CgmPoint readPoint()
byte readByte()
void alignOnWord()
int readColorIndex()
int readColorIndex(int localColorPrecision)
int sizeOfEnum()
int sizeOfPoint()
int readUInt(int precision)
boolean readBool()
double readSizeSpecification(SpecificationMode edgeWidthSpecificationMode)
double readFloatingPoint()
double readFloatingPoint32()
int sizeOfInt()
void unsupported(String message)
int sizeOfDirectColor()
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.