org.xwt.util
Class CAB.CFFOLDER
java.lang.Object
org.xwt.util.CAB.CFFOLDER
- Enclosing class:
- CAB
- public static class CAB.CFFOLDER
- extends java.lang.Object
Encapsulates a CFFOLDER entry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COMPRESSION_NONE
public static final int COMPRESSION_NONE
- See Also:
- Constant Field Values
COMPRESSION_MSZIP
public static final int COMPRESSION_MSZIP
- See Also:
- Constant Field Values
COMPRESSION_QUANTUM
public static final int COMPRESSION_QUANTUM
- See Also:
- Constant Field Values
COMPRESSION_LZX
public static final int COMPRESSION_LZX
- See Also:
- Constant Field Values
CAB.CFFOLDER
public CAB.CFFOLDER(CAB.CFHEADER header)
toString
public java.lang.String toString()
read
public void read(java.io.DataInputStream dis)
throws java.io.IOException,
CAB.CFFOLDER.UnsupportedCompressionTypeException
- Throws:
java.io.IOException
CAB.CFFOLDER.UnsupportedCompressionTypeException
compressionName
public static java.lang.String compressionName(int type)