Package

org.cert.netsa.io.ipfix

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. abstract class BufferIterator[T] extends Iterator[T]

    Permalink

    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.

  2. final class ListView extends AbstractSeq[Byte]

    Permalink

Value Members

  1. object ListView

    Permalink

Ungrouped