Package com.indeed.util.io
Class UnsafeByteArrayOutputStream
- java.lang.Object
-
- java.io.OutputStream
-
- com.indeed.util.io.UnsafeByteArrayOutputStream
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public final class UnsafeByteArrayOutputStream extends java.io.OutputStream
-
-
Constructor Summary
Constructors Constructor Description UnsafeByteArrayOutputStream()UnsafeByteArrayOutputStream(int initialCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getByteArray()voidreset()intsize()voidwrite(byte[] b, int off, int len)voidwrite(int b)
-