Uses of Class
org.apache.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 org.apache.poi.ddf
Methods in org.apache.poi.ddf that throw LittleEndian.BufferUnderrunExceptionModifier and TypeMethodDescriptionvoid
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 org.apache.poi.util
Methods in org.apache.poi.util that throw LittleEndian.BufferUnderrunExceptionModifier and TypeMethodDescriptionstatic 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 InputStreamstatic long
LittleEndian.readUInt
(InputStream stream) get an unsigned int value from an InputStreamstatic int
LittleEndian.readUShort
(InputStream stream)