|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PositionalDataOutput
| 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 |
|---|
void write(DataInput in,
long length)
throws IOException
length bytes from the specified
DataInput.
IOException - if an I/O error occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||