Package org.apache.catalina.tribes.io
Class DirectByteArrayOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- org.apache.catalina.tribes.io.DirectByteArrayOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class DirectByteArrayOutputStream extends java.io.OutputStreamByte array output stream that exposes the byte array directly
-
-
Constructor Summary
Constructors Constructor Description DirectByteArrayOutputStream(int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getArray()byte[]getArrayDirect()intsize()voidwrite(int b)
-