public interface ByteArrayEnumeration extends MEnumeration, IOByteArrayEnumeration
EMPTY| Modifier and Type | Method and 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