|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.web3d.vrml.export.BinaryTester
| Constructor Summary | |
BinaryTester()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
void |
parseFile(java.io.DataInputStream dis)
|
void |
readFields(VRMLNode node)
|
void |
readHeader()
|
boolean |
readNode(BitUnpacker bup)
Read a node from the stream. |
void |
readOps()
|
void |
readUSE(BitUnpacker bup)
Read a USE from the stream. |
void |
registerFieldDecompressor(int fieldType,
int method,
FieldDecompressor compressor)
Register a class for a field/compression method. |
void |
registerNodeCompressor(int nodeNumber,
int method,
NodeCompressor compressor)
Register a class for a node/compression method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BinaryTester()
| Method Detail |
public static void main(java.lang.String[] args)
public void parseFile(java.io.DataInputStream dis)
throws java.io.IOException
java.io.IOException
public void readHeader()
throws java.io.IOException
java.io.IOException
public void readOps()
throws java.io.IOException
java.io.IOException
public void readUSE(BitUnpacker bup)
throws java.io.IOException
java.io.IOException
public boolean readNode(BitUnpacker bup)
throws java.io.IOException
java.io.IOException
public void readFields(VRMLNode node)
throws java.io.IOException
java.io.IOException
public void registerFieldDecompressor(int fieldType,
int method,
FieldDecompressor compressor)
fieldType - For what field type, defined in FieldConstants.method - For what compression method.compressor - What class implements the FieldCompressor interface.
public void registerNodeCompressor(int nodeNumber,
int method,
NodeCompressor compressor)
nodeNumber - For what field type, defined in FieldConstants.method - For what compression method.compressor - What class implements the FieldCompressor interface.
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||