Uses of Class
loci.poi.util.LittleEndian.BufferUnderrunException
-
Packages that use LittleEndian.BufferUnderrunException 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. -
-
Uses of LittleEndian.BufferUnderrunException in loci.poi.ddf
Methods in loci.poi.ddf that throw LittleEndian.BufferUnderrunException Modifier and Type Method 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. -
Uses of LittleEndian.BufferUnderrunException in loci.poi.util
Methods in loci.poi.util that throw LittleEndian.BufferUnderrunException Modifier and Type Method Description void
ByteField. readFromStream(InputStream stream)
set the value from an InputStreamvoid
FixedField. readFromStream(InputStream stream)
set the value from an InputStreamvoid
IntegerField. readFromStream(InputStream stream)
set the value from an InputStreamstatic byte[]
LittleEndian. readFromStream(InputStream stream, int size)
Read the appropriate number of bytes from the stream and return them to the caller.void
LongField. readFromStream(InputStream stream)
set the value from an InputStreamvoid
ShortField. readFromStream(InputStream stream)
set the value from an InputStreamstatic int
LittleEndian. readInt(InputStream stream)
get an int value from an InputStreamstatic long
LittleEndian. readLong(InputStream stream)
get a long value from an InputStreamstatic short
LittleEndian. readShort(InputStream stream)
get a short value from an InputStream
-