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.
|
Object |
nextElement()
gets the next byte[] in the enumeration, returning it as an Object.
|
byte[] nextBytes()
throws IOException
IOExceptionboolean hasMoreBytes()
throws IOException
IOExceptionObject nextElement() throws IOException
nextElement in interface IOEnumerationIOExceptionboolean hasMoreElements()
throws IOException
hasMoreElements in interface IOEnumerationIOException