Package org.jboss.as.protocol.mgmt
Interface FlushableDataOutput
-
- All Superinterfaces:
AutoCloseable,Closeable,DataOutput,Flushable
public interface FlushableDataOutput extends DataOutput, Flushable, Closeable
- Author:
- Kabir Khan
-
-
Method Summary
-
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
-