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

/dalvik/libcore/luni/src/main/java/java/io/
H A DByteArrayInputStream.java29 public class ByteArrayInputStream extends InputStream { class in inherits:InputStream
53 * Constructs a new {@code ByteArrayInputStream} on the byte array
59 public ByteArrayInputStream(byte buf[]) { method in class:ByteArrayInputStream
66 * Constructs a new {@code ByteArrayInputStream} on the byte array
77 public ByteArrayInputStream(byte[] buf, int offset, int length) { method in class:ByteArrayInputStream
109 * Sets a mark position in this ByteArrayInputStream. The parameter

Completed in 109 milliseconds