org.apache.commons.collections.primitives.adapters.io
public class InputStreamByteIterator extends Object implements ByteIterator
Version: $Revision: 1.2 $ $Date: 2003/10/29 18:28:20 $
Field Summary | |
---|---|
int | next |
boolean | nextAvailable |
InputStream | stream |
Constructor Summary | |
---|---|
InputStreamByteIterator(InputStream in) |
Method Summary | |
---|---|
static ByteIterator | adapt(InputStream in) |
void | ensureNextAvailable() |
boolean | hasNext() |
byte | next() |
void | readNext() |
void | remove()
Not supported. |
Throws: UnsupportedOperationException