public interface IDwgObjectReader
Modifier and Type | Method and Description |
---|---|
void |
readSpecificObj(int[] data,
int offset,
DwgObject dwgObj)
Reads the specific part of the dwg object
|
void |
setFileReader(IDwgFileReader headTailReader)
Sets the fileReader (wich has the responsability of read
head and tail of a dwg object)
|
void readSpecificObj(int[] data, int offset, DwgObject dwgObj) throws RuntimeException, CorruptedDwgEntityException
void setFileReader(IDwgFileReader headTailReader)