static int byteArrayOutputStreamBufferSize(ByteArrayOutputStream baos) { ret baos == null ? 0 : l(optCast(byte[].class, getOpt(baos, 'buf))); }