| Public Member Functions | |
| ByteArrayInputStream (const ByteList &bytes) | |
| Creates a ByteArrayInputStream. | |
| virtual | ~ByteArrayInputStream () | 
| virtual void | close () | 
| Closes this file input stream and releases any system resources associated with the stream. | |
| virtual int | read (ByteBuffer &buf) | 
| Reads a sequence of bytes into the given buffer. | |
| 
 | 
| Creates a ByteArrayInputStream. 
 
 | 
| 
 | 
| 
 | 
| 
 | 
| Closes this file input stream and releases any system resources associated with the stream. 
 Implements InputStream. | 
| 
 | 
| Reads a sequence of bytes into the given buffer. 
 
 
 Implements InputStream. |