com.java4ever.m3g
Class Section
java.lang.Object
com.java4ever.m3g.Section
- Direct Known Subclasses:
- ExternalReferencesSection, HeaderSection, SceneSection
- public abstract class Section
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNCOMPRESSED
public static final int UNCOMPRESSED
- See Also:
- Constant Field Values
ZLIB
public static final int ZLIB
- See Also:
- Constant Field Values
Section
public Section()
setCompressionScheme
public void setCompressionScheme(int compressionScheme)
getCompressionScheme
public int getCompressionScheme()
getTotalSectionLength
public int getTotalSectionLength()
getUncompressedLength
public int getUncompressedLength()
getChecksum
public int getChecksum()
read
protected void read(M3GInputStream is,
java.util.ArrayList table)
throws java.io.IOException
- Throws:
java.io.IOException
write
protected void write(M3GOutputStream os,
java.util.ArrayList table)
throws java.io.IOException
- Throws:
java.io.IOException
readObjects
protected abstract void readObjects(M3GInputStream is,
java.util.ArrayList table)
throws java.io.IOException
- Throws:
java.io.IOException
writeObjects
protected abstract void writeObjects(M3GOutputStream os,
java.util.ArrayList table)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2005 java4ever.com. All Rights Reserved.