Uses of Class
org.apache.poi.util.LittleEndian.BufferUnderrunException
-
Packages that use LittleEndian.BufferUnderrunException Package Description org.apache.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.apache.poi.util 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.BufferUnderrunException Modifier and Type Method Description void
EscherDump. dumpOld(long maxLength, java.io.InputStream in, java.io.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.BufferUnderrunException Modifier and Type Method Description static int
LittleEndian. readInt(java.io.InputStream stream)
get an int value from an InputStreamstatic long
LittleEndian. readLong(java.io.InputStream stream)
get a long value from an InputStreamstatic short
LittleEndian. readShort(java.io.InputStream stream)
get a short value from an InputStreamstatic long
LittleEndian. readUInt(java.io.InputStream stream)
get an unsigned int value from an InputStreamstatic int
LittleEndian. readUShort(java.io.InputStream stream)
-