org.xwt.util
Class CAB.CFFOLDER

java.lang.Object
  extended byorg.xwt.util.CAB.CFFOLDER
Enclosing class:
CAB

public static class CAB.CFFOLDER
extends java.lang.Object

Encapsulates a CFFOLDER entry


Nested Class Summary
static class CAB.CFFOLDER.UnsupportedCompressionTypeException
           
 
Field Summary
static int COMPRESSION_LZX
           
static int COMPRESSION_MSZIP
           
static int COMPRESSION_NONE
           
static int COMPRESSION_QUANTUM
           
 
Constructor Summary
CAB.CFFOLDER(CAB.CFHEADER header)
           
 
Method Summary
static java.lang.String compressionName(int type)
           
 void read(java.io.DataInputStream dis)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

CAB.CFFOLDER

public CAB.CFFOLDER(CAB.CFHEADER header)
Method Detail

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)