Interface ByteArrayEnumeration
- All Superinterfaces:
Enumeration, IOByteArrayEnumeration, IOEnumeration, MEnumeration
-
Field Summary
Fields inherited from interface MEnumeration
EMPTY -
Method Summary
Modifier and TypeMethodDescriptionbooleanchecks whether any more byte arrays remain in the enumeration.byte[]gets the next byte[] in the enumeration.Methods inherited from interface Enumeration
asIteratorMethods inherited from interface IOByteArrayEnumeration
hasMoreElements, nextElementMethods inherited from interface MEnumeration
hasMoreElements, nextElement
-
Method Details
-
nextBytes
byte[] nextBytes()Description copied from interface:IOByteArrayEnumerationgets the next byte[] in the enumeration. Throws NoSuchElementException if no more byte arrays remain.- Specified by:
nextBytesin interfaceIOByteArrayEnumeration
-
hasMoreBytes
boolean hasMoreBytes()Description copied from interface:IOByteArrayEnumerationchecks whether any more byte arrays remain in the enumeration.- Specified by:
hasMoreBytesin interfaceIOByteArrayEnumeration
-