Uses of Class
loci.poi.util.LittleEndian.BufferUnderrunException
Packages that use LittleEndian.BufferUnderrunException
Package
Description
This package contains classes for decoding the Microsoft Office
Drawing format otherwise known as escher henceforth known in POI
as the Dreadful Drawing Format.
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.BufferUnderrunExceptionModifier and TypeMethodDescriptionvoidEscherDump.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.voidEscherDump.dump(int recordSize, byte[] data, PrintStream out) voidEscherDump.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.BufferUnderrunExceptionModifier and TypeMethodDescriptionvoidByteField.readFromStream(InputStream stream) set the value from an InputStreamvoidFixedField.readFromStream(InputStream stream) set the value from an InputStreamvoidIntegerField.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.voidLongField.readFromStream(InputStream stream) set the value from an InputStreamvoidShortField.readFromStream(InputStream stream) set the value from an InputStreamstatic intLittleEndian.readInt(InputStream stream) get an int value from an InputStreamstatic longLittleEndian.readLong(InputStream stream) get a long value from an InputStreamstatic shortLittleEndian.readShort(InputStream stream) get a short value from an InputStream