Uses of Class
org.apache.poi.util.LittleEndian.BufferUnderrunException

Packages that use LittleEndian.BufferUnderrunException
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
 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
 void ShortField.readFromStream(java.io.InputStream stream)
          set the value from an InputStream
 void LongField.readFromStream(java.io.InputStream stream)
          set the value from an InputStream
 void IntegerField.readFromStream(java.io.InputStream stream)
          set the value from an InputStream
 void FixedField.readFromStream(java.io.InputStream stream)
          set the value from an InputStream
 void ByteField.readFromStream(java.io.InputStream stream)
          set the value from an InputStream
static int LittleEndian.readInt(java.io.InputStream stream)
          get an int value from an InputStream
static long LittleEndian.readLong(java.io.InputStream stream)
          get a long value from an InputStream
static short LittleEndian.readShort(java.io.InputStream stream)
          get a short value from an InputStream
static int LittleEndian.readUShort(java.io.InputStream stream)
           
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.