org.planx.io
Interface PositionalData

All Superinterfaces:
DataInput, DataOutput, Positionable, PositionalDataInput, PositionalDataOutput
All Known Implementing Classes:
AbstractPositionalData, ByteData, FileData

public interface PositionalData
extends PositionalDataInput, PositionalDataOutput

A Positionable data source which can both be read and written.

Author:
Thomas Ambus

Method Summary
 
Methods inherited from interface org.planx.io.PositionalDataInput
readInto
 
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
 
Methods inherited from interface org.planx.io.PositionalDataOutput
write
 
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from interface org.planx.io.Positionable
id, location, position, seek, seek
 



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