Class MyDecompressorInputStream

java.lang.Object
java.io.InputStream
mazealgo.model.io.MyDecompressorInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class MyDecompressorInputStream extends InputStream
Decorator that reverses MyCompressorOutputStream: reads (count, value) pairs from the underlying stream and re-emits count copies of value on each read.