public class NoFlushOutputStream extends DataOutputStream
written
out
Constructor and Description |
---|
NoFlushOutputStream(OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
flush() |
size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
close, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
write
public NoFlushOutputStream(OutputStream out)
public void flush()
flush
in interface Flushable
flush
in class DataOutputStream
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.