Home | History | Annotate | Download | only in io

Lines Matching defs:ByteArrayInputStream

29  * A <code>ByteArrayInputStream</code> contains
35 * Closing a <tt>ByteArrayInputStream</tt> has no effect. The methods in
44 class ByteArrayInputStream extends InputStream {
67 * ByteArrayInputStream objects are marked at position zero by
92 * Creates a <code>ByteArrayInputStream</code>
103 public ByteArrayInputStream(byte buf[]) {
110 * Creates <code>ByteArrayInputStream</code>
123 public ByteArrayInputStream(byte buf[], int offset, int length) {
237 * <code>markSupported</code> method of <code>ByteArrayInputStream</code>
248 * ByteArrayInputStream objects are marked at position zero by
275 * Closing a <tt>ByteArrayInputStream</tt> has no effect. The methods in