org.apache.poi.poifs.common
Interface PoiFSConstants


public interface PoiFSConstants

a repository for constants shared by POI classes

Author:
Marc Johnson (mjohnson at apache dot org)

Field Summary
static int BIG_BLOCK_SIZE
           
static int END_OF_CHAIN
           
static int PROPERTY_SIZE
           
static int UNUSED_BLOCK
           
 

Field Detail

BIG_BLOCK_SIZE

public static final int BIG_BLOCK_SIZE

END_OF_CHAIN

public static final int END_OF_CHAIN

PROPERTY_SIZE

public static final int PROPERTY_SIZE

UNUSED_BLOCK

public static final int UNUSED_BLOCK


Copyright © 2001-2002 JAKARTA POI project. All Rights Reserved.