Class SimpleByteInput

java.lang.Object
java.io.InputStream
org.jboss.marshalling.SimpleByteInput
All Implemented Interfaces:
Closeable, AutoCloseable, ByteInput
Direct Known Subclasses:
ByteInputStream

public abstract class SimpleByteInput extends InputStream implements ByteInput
A simple byte input which extends InputStream.
  • Constructor Details

    • SimpleByteInput

      public SimpleByteInput()