Save This Page
Home » jexcelapi_2_6_8 » jxl.biff » [javadoc | source]
jxl.biff
abstract public class: BaseCompoundFile [javadoc | source]
java.lang.Object
   jxl.biff.BaseCompoundFile

Direct Known Subclasses:
    CompoundFile, CompoundFile

Contains the common data for a compound file
Nested Class Summary:
public class  BaseCompoundFile.PropertyStorage  Inner class to represent the property storage sets. Access is public to allow access from the PropertySetsReader demo utility 
Field Summary
protected static final  byte[] IDENTIFIER    The identifier at the beginning of every OLE file 
protected static final  int NUM_BIG_BLOCK_DEPOT_BLOCKS_POS     
protected static final  int SMALL_BLOCK_DEPOT_BLOCK_POS     
protected static final  int NUM_SMALL_BLOCK_DEPOT_BLOCKS_POS     
protected static final  int ROOT_START_BLOCK_POS     
protected static final  int BIG_BLOCK_SIZE     
protected static final  int SMALL_BLOCK_SIZE     
protected static final  int EXTENSION_BLOCK_POS     
protected static final  int NUM_EXTENSION_BLOCK_POS     
protected static final  int PROPERTY_STORAGE_BLOCK_SIZE     
protected static final  int BIG_BLOCK_DEPOT_BLOCKS_POS     
protected static final  int SMALL_BLOCK_THRESHOLD     
public static final  String ROOT_ENTRY_NAME    The standard property sets 
public static final  String WORKBOOK_NAME     
public static final  String SUMMARY_INFORMATION_NAME     
public static final  String DOCUMENT_SUMMARY_INFORMATION_NAME     
public static final  String COMP_OBJ_NAME     
public static final  String[] STANDARD_PROPERTY_SETS     
public static final  int NONE_PS_TYPE    Property storage types 
public static final  int DIRECTORY_PS_TYPE     
public static final  int FILE_PS_TYPE     
public static final  int ROOT_ENTRY_PS_TYPE     
Constructor:
 protected BaseCompoundFile() 
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait