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

Packages that use LittleEndian.BufferUnderrunException
org.apache.poi.util Top-level util package are classes that are useful throughout the project. 
 

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

Methods in org.apache.poi.util that throw LittleEndian.BufferUnderrunException
static short LittleEndian.readShort(java.io.InputStream stream)
          get a short 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 byte[] LittleEndian.readFromStream(java.io.InputStream stream, int size)
          Read the appropriate number of bytes from the stream and return them to the caller.
 void FixedField.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 ShortField.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 ByteField.readFromStream(java.io.InputStream stream)
          set the value from an InputStream
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.