akka.util
Class ByteIterator.ByteArrayIterator$

java.lang.Object
  extended by akka.util.ByteIterator.ByteArrayIterator$
Enclosing class:
ByteIterator

public static class ByteIterator.ByteArrayIterator$
extends java.lang.Object


Constructor Summary
ByteIterator.ByteArrayIterator$()
           
 
Method Summary
protected  ByteIterator.ByteArrayIterator apply(byte[] array)
           
protected  ByteIterator.ByteArrayIterator apply(byte[] array, int from, int until)
           
 ByteIterator.ByteArrayIterator empty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteIterator.ByteArrayIterator$

public ByteIterator.ByteArrayIterator$()
Method Detail

apply

protected ByteIterator.ByteArrayIterator apply(byte[] array)

apply

protected ByteIterator.ByteArrayIterator apply(byte[] array,
                                               int from,
                                               int until)

empty

public ByteIterator.ByteArrayIterator empty()