org.eclipse.jetty.util
public class ByteArrayOutputStream2 extends java.io.ByteArrayOutputStream
Constructor and Description |
---|
ByteArrayOutputStream2() |
ByteArrayOutputStream2(int size) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBuf() |
int |
getCount() |
void |
reset(int minSize) |
void |
setCount(int count) |
void |
writeUnchecked(int b) |
Copyright © 2016. All Rights Reserved.