Class CompressedBlocks

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

public class CompressedBlocks
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.List<CompressedBlock> blocks  
    int count  
    int totalLength  
  • Constructor Summary

    Constructors 
    Constructor Description
    CompressedBlocks​(java.util.List<CompressedBlock> blocks)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Iterator<byte[]> chunkIterator()  
    byte[] concat()  

    Methods inherited from class java.lang.Object

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