Class ByteArrayInputStream

java.lang.Object
java.io.InputStream
org.fusesource.hawtbuf.ByteArrayInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ByteArrayInputStream extends InputStream
Very similar to the java.io.ByteArrayInputStream but this version is not thread safe.
Author:
Hiram Chirino