public abstract class AbstractDwg2004Reader extends Object implements IDwgObjectReader
Modifier and Type | Field and Description |
---|---|
protected IDwgFileReader |
headTailReader |
Constructor and Description |
---|
AbstractDwg2004Reader() |
Modifier and Type | Method and Description |
---|---|
int |
readObjectHeader(int[] data,
int offset,
DwgObject dwgObject)
Reads the header of a dwg object2004
|
int |
readObjectTailer(int[] data,
int offset,
DwgObject dwgObject)
Reads the tailer of a dwg object2004
|
void |
setFileReader(IDwgFileReader headTailReader)
Sets the fileReader (wich has the responsability of read
head and tail of a dwg object)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readSpecificObj
protected IDwgFileReader headTailReader
public int readObjectHeader(int[] data, int offset, DwgObject dwgObject) throws RuntimeException, CorruptedDwgEntityException
public int readObjectTailer(int[] data, int offset, DwgObject dwgObject) throws RuntimeException, CorruptedDwgEntityException
public void setFileReader(IDwgFileReader headTailReader)
IDwgObjectReader
setFileReader
in interface IDwgObjectReader