Package com.indeed.util.io
Interface RandomAccessDataOutput
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,java.io.DataOutput,java.io.Flushable,Positioned,Seekable,Syncable,SyncableDataOutput,Truncatable
public interface RandomAccessDataOutput extends SyncableDataOutput, Seekable, Truncatable
-
-
Method Summary
-
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 com.indeed.util.io.Positioned
position
-
Methods inherited from interface com.indeed.util.io.Truncatable
truncate
-
-