org.planx.io
Interface PositionalDataOutput

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

public interface PositionalDataOutput
extends DataOutput, Positionable

A Positionable DataOutput.

Author:
Thomas Ambus

Method Summary
 void write(DataInput in, long length)
          Writes to the output length bytes from the specified DataInput.
 
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
 

Method Detail

write

void write(DataInput in,
           long length)
           throws IOException
Writes to the output length bytes from the specified DataInput.

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


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