Package akka.util
Class ByteIterator.ByteArrayIterator$
- java.lang.Object
-
- akka.util.ByteIterator.ByteArrayIterator$
-
- Enclosing class:
- ByteIterator
public static class ByteIterator.ByteArrayIterator$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ByteIterator.ByteArrayIterator$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ByteArrayIterator$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ByteIterator.ByteArrayIterator
apply(byte[] array)
protected ByteIterator.ByteArrayIterator
apply(byte[] array, int from, int until)
ByteIterator.ByteArrayIterator
empty()
-
-
-
Field Detail
-
MODULE$
public static final ByteIterator.ByteArrayIterator$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
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()
-
-