public static ReusableByteArrayOutputStream getReusableByteArrayOutputStream( final int wishedMinimumSize) { return ReusableByteArrayOutputStreamPool.getReusableByteArrayOutputStream( wishedMinimumSize, true); }
public static ReusableByteArrayOutputStream getReusableByteArrayOutputStream() { return ReusableByteArrayOutputStreamPool.getReusableByteArrayOutputStream(32); }