com.sentilla.io
Interface ObjectRandomAccess

All Superinterfaces:
DataInput, DataOutput, DataRandomAccess, Input, ObjectInput, ObjectOutput, Output
All Known Subinterfaces:
RandomAccessFile
All Known Implementing Classes:
RemoteRandomAccessFile

public interface ObjectRandomAccess
extends DataRandomAccess, ObjectInput, ObjectOutput

Provides methods for randomly accessing Objects.


Method Summary
 
Methods inherited from interface com.sentilla.io.DataRandomAccess
getOffset, length, seek
 
Methods inherited from interface com.sentilla.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readShort, readUnsignedByte, readUTF
 
Methods inherited from interface com.sentilla.io.Input
close, read, read, read, skip
 
Methods inherited from interface com.sentilla.io.DataOutput
writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from interface com.sentilla.io.Output
close, flush, write, write, write
 
Methods inherited from interface com.sentilla.io.ObjectInput
readObject
 
Methods inherited from interface com.sentilla.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readInt, readLong, readShort, readUnsignedByte, readUTF
 
Methods inherited from interface com.sentilla.io.Input
close, read, read, read, skip
 
Methods inherited from interface com.sentilla.io.ObjectOutput
writeObject
 
Methods inherited from interface com.sentilla.io.DataOutput
writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
Methods inherited from interface com.sentilla.io.Output
close, flush, write, write, write
 



Copyright © 2007 Sentilla Corporation. All Rights Reserved.