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

/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
51 * Constructs a new {@code ByteArrayOutputStream} with a default size of
61 public ByteArrayOutputStream(int size) { method in class:ByteArrayOutputStream
115 * Returns the contents of this ByteArrayOutputStream as a byte array. Any
128 * Returns the contents of this ByteArrayOutputStream as a string. Any
141 * Returns the contents of this ByteArrayOutputStream as a string. Each byte
164 * Returns the contents of this ByteArrayOutputStream as a string converted

Completed in 71 milliseconds