public final class DockerInputStream extends DataInputStream
DataInputStream which adds method
readStdStreamData() to allow read multiplexed standard streams.in| Constructor and Description |
|---|
DockerInputStream(InputStream in)
Ctor from superclass.
|
| Modifier and Type | Method and Description |
|---|---|
StdStreamData |
readStdStreamData() |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytesavailable, close, mark, markSupported, read, reset, skippublic DockerInputStream(InputStream in)
in - DataInputStream.DataInputStream(InputStream)public StdStreamData readStdStreamData() throws IOException
StdStreamData instance read from the input stream or
null if we reached end of the stream.IOExceptionCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.