-
- All Implemented Interfaces:
-
java.io.Closeable,java.io.DataOutput,java.io.Flushable,java.lang.AutoCloseable
public final class IppOutputStream extends DataOutputStream
-
-
Constructor Summary
Constructors Constructor Description IppOutputStream(OutputStream outputStream)
-
Method Summary
Modifier and Type Method Description final UnitwriteMessage(IppMessage message)-
Methods inherited from class java.io.FilterOutputStream
close, write -
Methods inherited from class java.io.DataOutputStream
flush, size, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IppOutputStream
IppOutputStream(OutputStream outputStream)
-
-
Method Detail
-
writeMessage
final Unit writeMessage(IppMessage message)
-
-
-
-