Class VarIntIterator

java.lang.Object
com.sk89q.worldedit.internal.util.VarIntIterator
All Implemented Interfaces:
Iterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt

public class VarIntIterator extends Object implements PrimitiveIterator.OfInt
Simple class to transform a byte[] into an iterator of the VarInts encoded in it.
  • Constructor Details

    • VarIntIterator

      public VarIntIterator(byte[] source)
  • Method Details