Package org.conscrypt
Class ExposedByteArrayOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.ByteArrayOutputStream
-
- org.conscrypt.ExposedByteArrayOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public final class ExposedByteArrayOutputStream extends java.io.ByteArrayOutputStreamByteArrayOutputStream that exposes the underlying byte array.
-
-
Constructor Summary
Constructors Constructor Description ExposedByteArrayOutputStream()ExposedByteArrayOutputStream(int initialCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]array()voidsetCountManually(int count)
-