bis-file-formats
bis-file-formats copied to clipboard
Make Decompression Streams
It would be nice to have a decompression stream for LZO and LZSS instead of ReadCompressed method returning just a byte array. This comes in handy when you dont want to create a temporary byte array which will be read again to be converted to an array of other datatype.