public class InputStreamByteInput extends FilterInputStream implements ByteInput
InputStream
implementing ByteInput
which reads input from another InputStream
.
Usually the Marshalling.createInputStream(ByteInput)
method should be used to create instances because
it can detect when the target already extends InputStream
.in
Constructor and Description |
---|
InputStreamByteInput(InputStream inputStream)
Construct a new instance.
|
public InputStreamByteInput(InputStream inputStream)
inputStream
- the input stream to read fromCopyright © 2019 JBoss by Red Hat. All rights reserved.