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, skipBytes
available, close, mark, markSupported, read, reset, skip
public 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.IOException
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.