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
          Most files use 512 bytes as their big block size
static int END_OF_CHAIN
           
static int LARGER_BIG_BLOCK_SIZE
          Some use 4096 bytes
static byte[] OOXML_FILE_HEADER
           
static int PROPERTY_SIZE
           
static int UNUSED_BLOCK
           
 

Field Detail

BIG_BLOCK_SIZE

static final int BIG_BLOCK_SIZE
Most files use 512 bytes as their big block size

See Also:
Constant Field Values

LARGER_BIG_BLOCK_SIZE

static final int LARGER_BIG_BLOCK_SIZE
Some use 4096 bytes

See Also:
Constant Field Values

END_OF_CHAIN

static final int END_OF_CHAIN
See Also:
Constant Field Values

PROPERTY_SIZE

static final int PROPERTY_SIZE
See Also:
Constant Field Values

UNUSED_BLOCK

static final int UNUSED_BLOCK
See Also:
Constant Field Values

OOXML_FILE_HEADER

static final byte[] OOXML_FILE_HEADER


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.