-
- All Implemented Interfaces:
-
java.io.Closeable,java.io.DataInput,java.lang.AutoCloseable
public final class IppInputStream extends DataInputStream
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIppInputStream.Companion
-
Constructor Summary
Constructors Constructor Description IppInputStream(BufferedInputStream inputStream)
-
Method Summary
Modifier and Type Method Description final UnitreadMessage(IppMessage message)final Unithexdump(ByteArray $self, Integer maxRows, Function1<String, Unit> dump)-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip -
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUTF, readUnsignedByte, readUnsignedShort, skipBytes -
Methods inherited from class java.io.InputStream
readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IppInputStream
IppInputStream(BufferedInputStream inputStream)
-
-
Method Detail
-
readMessage
final Unit readMessage(IppMessage message)
-
-
-
-