public interface IOByteArrayEnumeration extends IOEnumeration
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreBytes()
checks whether any more byte arrays remain in the enumeration.
|
boolean |
hasMoreElements()
checks whether any more byte arrays remain in the enumeration.
|
byte[] |
nextBytes()
gets the next byte[] in the enumeration.
|
java.lang.Object |
nextElement()
gets the next byte[] in the enumeration, returning it as an Object.
|
byte[] nextBytes()
throws java.io.IOException
java.io.IOExceptionboolean hasMoreBytes()
throws java.io.IOException
java.io.IOExceptionjava.lang.Object nextElement()
throws java.io.IOException
nextElement in interface IOEnumerationjava.io.IOExceptionboolean hasMoreElements()
throws java.io.IOException
hasMoreElements in interface IOEnumerationjava.io.IOException