Class CompressedBlock

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

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

    Fields 
    Modifier and Type Field Description
    byte[][] chunks  
    int totalLength  
  • Constructor Summary

    Constructors 
    Constructor Description
    CompressedBlock​(byte[] bytes)  
    CompressedBlock​(byte[][] chunks)  
    CompressedBlock​(int totalLength, byte[][] chunks)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • chunkIterator

      public java.util.Iterator<byte[]> chunkIterator()