Searched defs:ByteArrayInputStream (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DByteArrayInputStream.java27 public class ByteArrayInputStream extends InputStream { class in inherits:InputStream
51 * Constructs a new {@code ByteArrayInputStream} on the byte array
57 public ByteArrayInputStream(byte[] buf) { method in class:ByteArrayInputStream
64 * Constructs a new {@code ByteArrayInputStream} on the byte array
75 public ByteArrayInputStream(byte[] buf, int offset, int length) { method in class:ByteArrayInputStream
104 * Sets a mark position in this ByteArrayInputStream. The parameter

Completed in 47 milliseconds