Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » io » [javadoc | source]
org.apache.commons.collections.primitives.adapters.io
public class: ByteIteratorInputStream [javadoc | source]
java.lang.Object
   java.io.InputStream
      org.apache.commons.collections.primitives.adapters.io.ByteIteratorInputStream

All Implemented Interfaces:
    Closeable

Adapts an ByteIterator to the InputStream interface.
Constructor:
 public ByteIteratorInputStream(ByteIterator in) 
Method from org.apache.commons.collections.primitives.adapters.io.ByteIteratorInputStream Summary:
adapt,   read
Methods from java.io.InputStream:
available,   close,   mark,   markSupported,   read,   read,   read,   reset,   skip
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.adapters.io.ByteIteratorInputStream Detail:
 public static InputStream adapt(ByteIterator in) 
 public int read()