Class ByteArrayListInputStream

java.lang.Object
java.io.InputStream
org.aksw.iguana.commons.io.ByteArrayListInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class ByteArrayListInputStream extends InputStream
An InputStream that reads from a list of byte arrays.