Class BlockDecompressor

java.lang.Object
io.datarouter.filesystem.snapshot.compress.BlockDecompressor

public class BlockDecompressor
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    BlockDecompressor​(BlockCompressor branchBlockCompressor, BlockCompressor leafBlockCompressor, BlockCompressor valueBlockCompressor)  
  • Method Summary

    Modifier and Type Method Description
    byte[] branch​(byte[] bytes)  
    byte[] leaf​(byte[] bytes)  
    byte[] value​(byte[] bytes)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait