Package | Description |
---|---|
loci.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.
|
loci.poi.util |
Top-level util package are classes that are useful throughout the project.
|
Modifier and Type | Method and Description |
---|---|
void |
EscherDump.dump(byte[] data,
int offset,
int size,
PrintStream out)
Decodes the escher stream from a byte array and dumps the results to
a print stream.
|
void |
EscherDump.dump(int recordSize,
byte[] data,
PrintStream out) |
void |
EscherDump.dumpOld(long maxLength,
InputStream in,
PrintStream out)
This version of dump is a translation from the open office escher dump routine.
|
private void |
EscherDump.outHex(int bytes,
InputStream in,
PrintStream out)
Dumps out a hex value by reading from a input stream.
|
Modifier and Type | Method and Description |
---|---|
void |
FixedField.readFromStream(InputStream stream)
set the value from an InputStream
|
void |
IntegerField.readFromStream(InputStream stream)
set the value from an InputStream
|
void |
LongField.readFromStream(InputStream stream)
set the value from an InputStream
|
void |
ShortField.readFromStream(InputStream stream)
set the value from an InputStream
|
void |
ByteField.readFromStream(InputStream stream)
set the value from an InputStream
|
static byte[] |
LittleEndian.readFromStream(InputStream stream,
int size)
Read the appropriate number of bytes from the stream and return them to
the caller.
|
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
|
Copyright © 2015 Open Microscopy Environment