
public class InputStreamByteInput extends java.io.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.| Constructor and Description |
|---|
InputStreamByteInput(java.io.InputStream inputStream)
Construct a new instance.
|
Copyright © 2011 JBoss, a division of Red Hat, Inc.