Class BAAInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class BAAInputStream
    extends InputStream
    Deprecated.
    BAAInputStream is like a ByteArrayInputStream. A ByteArrayInputStream stores the backing data in a byte[]. BAAInputStream stores the backing data in a Array of byte[]. Using several non-contiguous chunks reduces memory copy and resizing.