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 voidEscherDump. 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 intLittleEndian. readInt(java.io.InputStream stream)get an int value from an InputStreamstatic longLittleEndian. readLong(java.io.InputStream stream)get a long value from an InputStreamstatic shortLittleEndian. readShort(java.io.InputStream stream)get a short value from an InputStreamstatic longLittleEndian. readUInt(java.io.InputStream stream)get an unsigned int value from an InputStreamstatic intLittleEndian. readUShort(java.io.InputStream stream)
-