Package arc.struct

Class ByteSeq.ByteSeqIterator

java.lang.Object
arc.struct.ByteSeq.ByteSeqIterator
All Implemented Interfaces:
Iterable<Byte>, Iterator<Byte>
Enclosing class:
ByteSeq

public static class ByteSeq.ByteSeqIterator extends Object implements Iterable<Byte>, Iterator<Byte>
  • Constructor Details

    • ByteSeqIterator

      public ByteSeqIterator(ByteSeq seq)
  • Method Details