Package org.jboss.marshalling
Class SimpleByteInput
java.lang.Object
java.io.InputStream
org.jboss.marshalling.SimpleByteInput
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ByteInput
- Direct Known Subclasses:
ByteInputStream
A simple byte input which extends
InputStream
.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
SimpleByteInput
public SimpleByteInput()
-