Uses of Class
com.drew.lang.BufferBoundsException

Packages that use BufferBoundsException
com.drew.lang Contains classes of generic utility. 
 

Uses of BufferBoundsException in com.drew.lang
 

Methods in com.drew.lang that throw BufferBoundsException
 byte[] RandomAccessFileReader.getBytes(int index, int count)
           
 byte[] ByteArrayReader.getBytes(int index, int count)
           
 byte[] BufferReader.getBytes(int index, int count)
           
 double RandomAccessFileReader.getDouble64(int index)
           
 double ByteArrayReader.getDouble64(int index)
           
 double BufferReader.getDouble64(int index)
           
 float RandomAccessFileReader.getFloat32(int index)
           
 float ByteArrayReader.getFloat32(int index)
           
 float BufferReader.getFloat32(int index)
           
 short RandomAccessFileReader.getInt16(int index)
           
 short ByteArrayReader.getInt16(int index)
           
 short BufferReader.getInt16(int index)
          Returns a signed 16-bit int calculated from two bytes of data at the specified index (MSB, LSB).
 int RandomAccessFileReader.getInt32(int index)
           
 int ByteArrayReader.getInt32(int index)
           
 int BufferReader.getInt32(int index)
          Returns a signed 32-bit integer from four bytes of data at the specified index the buffer.
 long RandomAccessFileReader.getInt64(int index)
           
 long ByteArrayReader.getInt64(int index)
           
 long BufferReader.getInt64(int index)
          Get a signed 64-bit integer from the buffer.
 byte RandomAccessFileReader.getInt8(int index)
           
 byte ByteArrayReader.getInt8(int index)
           
 byte BufferReader.getInt8(int index)
          Returns a signed 8-bit int calculated from one byte of data at the specified index.
 String RandomAccessFileReader.getNullTerminatedString(int index, int maxLengthBytes)
           
 String ByteArrayReader.getNullTerminatedString(int index, int maxLengthBytes)
           
 String BufferReader.getNullTerminatedString(int index, int maxLengthBytes)
          Creates a String from the _data buffer starting at the specified index, and ending where byte=='\0' or where length==maxLength.
 float RandomAccessFileReader.getS15Fixed16(int index)
           
 float ByteArrayReader.getS15Fixed16(int index)
           
 float BufferReader.getS15Fixed16(int index)
           
 String RandomAccessFileReader.getString(int index, int bytesRequested)
           
 String ByteArrayReader.getString(int index, int bytesRequested)
           
 String BufferReader.getString(int index, int bytesRequested)
           
 String RandomAccessFileReader.getString(int index, int bytesRequested, String charset)
           
 String ByteArrayReader.getString(int index, int bytesRequested, String charset)
           
 String BufferReader.getString(int index, int bytesRequested, String charset)
           
 int RandomAccessFileReader.getUInt16(int index)
           
 int ByteArrayReader.getUInt16(int index)
           
 int BufferReader.getUInt16(int index)
          Returns an unsigned 16-bit int calculated from two bytes of data at the specified index.
 long RandomAccessFileReader.getUInt32(int index)
           
 long ByteArrayReader.getUInt32(int index)
           
 long BufferReader.getUInt32(int index)
          Get a 32-bit unsigned integer from the buffer, returning it as a long.
 short RandomAccessFileReader.getUInt8(int index)
           
 short ByteArrayReader.getUInt8(int index)
           
 short BufferReader.getUInt8(int index)
          Returns an unsigned 8-bit int calculated from one byte of data at the specified index.
 



Copyright © 2012. All Rights Reserved.