public class ByteIteratorInputStream extends InputStream
ByteIterator
to the InputStream
interface.Constructor and Description |
---|
ByteIteratorInputStream(ByteIterator in) |
Modifier and Type | Method and Description |
---|---|
static InputStream |
adapt(ByteIterator in) |
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public ByteIteratorInputStream(ByteIterator in)
public int read()
read
in class InputStream
public static InputStream adapt(ByteIterator in)
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.