java.util.Enumeration
, IOByteArrayEnumeration
, IOEnumeration
, MEnumeration
public interface ByteArrayEnumeration extends MEnumeration, IOByteArrayEnumeration
EMPTY
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasMoreBytes() |
checks whether any more byte arrays remain in the enumeration.
|
byte[] |
nextBytes() |
gets the next byte[] in the enumeration.
|
hasMoreElements, nextElement
hasMoreElements, nextElement
byte[] nextBytes()
IOByteArrayEnumeration
nextBytes
in interface IOByteArrayEnumeration
boolean hasMoreBytes()
IOByteArrayEnumeration
hasMoreBytes
in interface IOByteArrayEnumeration