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

/dalvik/libcore/luni/src/main/java/java/io/
H A DByteArrayOutputStream.java30 public class ByteArrayOutputStream extends OutputStream { class in inherits:OutputStream
42 * Constructs a new ByteArrayOutputStream with a default size of 32 bytes.
46 public ByteArrayOutputStream() { method in class:ByteArrayOutputStream
52 * Constructs a new {@code ByteArrayOutputStream} with a default size of
62 public ByteArrayOutputStream(int size) { method in class:ByteArrayOutputStream
117 * Returns the contents of this ByteArrayOutputStream as a byte array. Any
130 * Returns the contents of this ByteArrayOutputStream as a string. Any
143 * Returns the contents of this ByteArrayOutputStream as a string. Each byte
166 * Returns the contents of this ByteArrayOutputStream as a string converted

Completed in 17 milliseconds