java.util.Enumeration, IOByteArrayEnumeration, IOEnumeration, MEnumerationpublic 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, nextElementhasMoreElements, nextElementbyte[] nextBytes()
IOByteArrayEnumerationnextBytes in interface IOByteArrayEnumerationboolean hasMoreBytes()
IOByteArrayEnumerationhasMoreBytes in interface IOByteArrayEnumeration