Package com.indeed.util.io
Interface SyncableDataOutput
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,java.io.DataOutput,java.io.Flushable,Positioned,Syncable
- All Known Subinterfaces:
RandomAccessDataOutput
- All Known Implementing Classes:
BufferedFileDataOutputStream
public interface SyncableDataOutput extends java.io.DataOutput, Syncable, Positioned, java.io.Closeable, java.io.Flushable
-
-
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
-
-