org.apache.poi.util
Interface LittleEndianConsts

All Known Implementing Classes:
LittleEndian

public interface LittleEndianConsts

a repository for constants shared by classes within this package

Author:
Marc Johnson, Andrew C. Oliver (acoliver at apache dot org)

Field Summary
static int BYTE_SIZE
           
static int DOUBLE_SIZE
           
static int INT_SIZE
           
static int LONG_SIZE
           
static int SHORT_SIZE
           
 

Field Detail

BYTE_SIZE

public static final int BYTE_SIZE

SHORT_SIZE

public static final int SHORT_SIZE

INT_SIZE

public static final int INT_SIZE

LONG_SIZE

public static final int LONG_SIZE

DOUBLE_SIZE

public static final int DOUBLE_SIZE


Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.