public class ByteTokenizer
extends java.lang.Object
implements java.util.Enumeration<byte[]>| Constructor and Description |
|---|
ByteTokenizer(java.io.InputStream is, byte[] sepBytes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreElements()
Checks for more :D
|
boolean |
hasMoreTokens() |
byte[] |
nextElement() |
byte[] |
nextToken() |
public ByteTokenizer(java.io.InputStream is,
byte[] sepBytes)
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumeration<byte[]>Enumeration.hasMoreElements()public boolean hasMoreTokens()
throws java.io.IOException
java.io.IOExceptionpublic byte[] nextToken()
throws java.io.IOException
java.io.IOExceptionpublic byte[] nextElement()
nextElement in interface java.util.Enumeration<byte[]>