igeo.io
Class IRhino3dm.ChunkTable

java.lang.Object
  extended by igeo.io.IRhino3dm.Chunk
      extended by igeo.io.IRhino3dm.ChunkTable
Enclosing class:
IRhino3dm

public static class IRhino3dm.ChunkTable
extends IRhino3dm.Chunk


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

chunks

public java.util.ArrayList<IRhino3dm.Chunk> chunks

endTCode

public int endTCode

serialized

public boolean serialized
Constructor Detail

IRhino3dm.ChunkTable

public IRhino3dm.ChunkTable(int tcode,
                            int endTCode)

IRhino3dm.ChunkTable

public IRhino3dm.ChunkTable(int tcode)
Method Detail

add

public void add(IRhino3dm.Chunk c)

serialize

public void serialize()
               throws java.io.IOException
Throws:
java.io.IOException

doCRC

public boolean doCRC()
Overrides:
doCRC in class IRhino3dm.Chunk