org.planx.io
Interface PositionalDataInput

All Superinterfaces:
DataInput, Positionable
All Known Subinterfaces:
PositionalData
All Known Implementing Classes:
AbstractPositionalData, ByteData, FileData

public interface PositionalDataInput
extends DataInput, Positionable

A Positionable DataInput.

Author:
Thomas Ambus

Method Summary
 void readInto(DataOutput out, long length)
          Writes to the output length bytes from the input.
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 
Methods inherited from interface org.planx.io.Positionable
id, location, position, seek, seek
 

Method Detail

readInto

void readInto(DataOutput out,
              long length)
              throws IOException
Writes to the output length bytes from the input.

Throws:
IOException - if an I/O error occurred.


Copyright © 2004-2005 Plan-X. All Rights Reserved.