Package | Description |
---|---|
org.zkoss.poi.ddf |
This package contains classes for decoding the Microsoft Office
Drawing format otherwise known as escher henceforth known in POI
as the Dreadful Drawing Format.
|
org.zkoss.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Method and Description |
---|---|
void |
EscherDump.dumpOld(long maxLength,
InputStream in,
PrintStream out)
This version of dump is a translation from the open office escher dump routine.
|
Modifier and Type | Method and Description |
---|---|
void |
ShortField.readFromStream(InputStream stream)
set the value from an InputStream
|
void |
LongField.readFromStream(InputStream stream)
set the value from an InputStream
|
void |
IntegerField.readFromStream(InputStream stream)
set the value from an InputStream
|
void |
FixedField.readFromStream(InputStream stream)
set the value from an InputStream
|
void |
ByteField.readFromStream(InputStream stream)
set the value from an InputStream
|
static int |
LittleEndian.readInt(InputStream stream)
get an int value from an InputStream
|
static long |
LittleEndian.readLong(InputStream stream)
get a long value from an InputStream
|
static short |
LittleEndian.readShort(InputStream stream)
get a short value from an InputStream
|
static long |
LittleEndian.readUInt(InputStream stream)
get an unsigned int value from an InputStream
|
static int |
LittleEndian.readUShort(InputStream stream) |
Copyright © 2020. All rights reserved.