Class BlockStream

java.lang.Object
java.io.InputStream
com.saperion.ngc.util.BlockStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class BlockStream extends InputStream
A stream that keeps a certain part of it's data in a byte-array to provide fast access with the possibility to go forward and backward on this block.
Author:
rbo