|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOByteArrayEnumeration
A typed IOEnumeration that returns byte[]'s
Method Summary | |
---|---|
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. |
Method Detail |
---|
byte[] nextBytes() throws IOException
IOException
boolean hasMoreBytes() throws IOException
IOException
Object nextElement() throws IOException
nextElement
in interface IOEnumeration
IOException
boolean hasMoreElements() throws IOException
hasMoreElements
in interface IOEnumeration
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |