public class SyncableDataOutputStream extends DataOutputStream implements Syncable
writtenout| Constructor and Description |
|---|
SyncableDataOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
hflush() |
void |
hsync() |
void |
sync()
Deprecated.
|
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFclose, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic SyncableDataOutputStream(OutputStream out)
@Deprecated public void sync() throws IOException
sync in interface SyncableIOExceptionpublic void hflush()
throws IOException
hflush in interface SyncableIOExceptionpublic void hsync()
throws IOException
hsync in interface SyncableIOExceptionCopyright © 2018 CERN. All Rights Reserved.