|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectigeo.io.IRhino3dm.Chunk
igeo.io.IRhino3dm.ChunkTable
public static class IRhino3dm.ChunkTable
Field Summary | |
---|---|
java.util.ArrayList<IRhino3dm.Chunk> |
chunks
|
int |
endTCode
|
boolean |
serialized
|
Fields inherited from class igeo.io.IRhino3dm.Chunk |
---|
body, content, crc, header |
Constructor Summary | |
---|---|
IRhino3dm.ChunkTable(int tcode)
|
|
IRhino3dm.ChunkTable(int tcode,
int endTCode)
|
Method Summary | |
---|---|
void |
add(IRhino3dm.Chunk c)
|
boolean |
doCRC()
|
void |
serialize()
|
Methods inherited from class igeo.io.IRhino3dm.Chunk |
---|
chunkLength, contentLength, getBody, getBytes, getContent, getCRC, getHeader, isEndOfTable, isShort, setContentLength, setCRC, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.ArrayList<IRhino3dm.Chunk> chunks
public int endTCode
public boolean serialized
Constructor Detail |
---|
public IRhino3dm.ChunkTable(int tcode, int endTCode)
public IRhino3dm.ChunkTable(int tcode)
Method Detail |
---|
public void add(IRhino3dm.Chunk c)
public void serialize() throws java.io.IOException
java.io.IOException
public boolean doCRC()
doCRC
in class IRhino3dm.Chunk
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |