Class MaxByteInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class MaxByteInputStream
    extends InputStream
    This class allow to create an InputStream that can read a maximum of byte from another InputStream. Warning: this class never close the original stream.
    Since:
    2.0
    Author:
    Laurent Jourdren