Class RLEDecompressingInputStream

java.lang.Object
java.io.InputStream
org.apache.poi.util.RLEDecompressingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class RLEDecompressingInputStream extends InputStream
Wrapper of InputStream which provides Run Length Encoding (RLE) decompression on the fly. Uses MS-OVBA decompression algorithm. See http://download.microsoft.com/download/2/4/8/24862317-78F0-4C4B-B355-C7B2C1D997DB/[MS-OVBA].pdf