|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.jboss.marshalling.InputStreamByteInput
public class InputStreamByteInput
An 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
.
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
InputStreamByteInput(java.io.InputStream inputStream)
Construct a new instance. |
Method Summary |
---|
Methods inherited from class java.io.FilterInputStream |
---|
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.marshalling.ByteInput |
---|
available, read, read, read, skip |
Methods inherited from interface java.io.Closeable |
---|
close |
Constructor Detail |
---|
public InputStreamByteInput(java.io.InputStream inputStream)
inputStream
- the input stream to read from
|
JBoss Marshalling 1.3.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |