Class SimpleByteInput

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, ByteInput
    Direct Known Subclasses:
    ByteInputStream

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

      Constructors 
      Constructor Description
      SimpleByteInput()  
    • Method Summary

      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.io.Closeable

        close
    • Constructor Detail

      • SimpleByteInput

        public SimpleByteInput()