Class ByteArrayTransactionReader

  • All Implemented Interfaces:
    java.util.Iterator<byte[]>

    public class ByteArrayTransactionReader
    extends java.lang.Object
    implements java.util.Iterator<byte[]>
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteArrayTransactionReader​(long startTransactionId, long lastTransactionId, java.io.File path)  
    • Method Summary

      Modifier and Type Method Description
      boolean hasNext()  
      byte[] next()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
    • Constructor Detail

      • ByteArrayTransactionReader

        public ByteArrayTransactionReader​(long startTransactionId,
                                          long lastTransactionId,
                                          java.io.File path)
                                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<byte[]>
      • next

        public byte[] next()
        Specified by:
        next in interface java.util.Iterator<byte[]>