An abstract class to assist when Iterating over the contents of a
ByteBuffer.
An abstract class to assist when Iterating over the contents of a
ByteBuffer.
This class provides the hasNext and next() methods.
Subclasses must implment the fromBuffer() method to process the
data and return an object. The fromBuffer() method is only
called when the ByteBuffer has at least some minimum number of
bytes available.
An abstract class to assist when Iterating over the contents of a ByteBuffer.
This class provides the
hasNextandnext()methods. Subclasses must implment thefromBuffer()method to process the data and return an object. ThefromBuffer()method is only called when the ByteBuffer has at least some minimum number of bytes available.