static S byteArrayOutputStream_utf8(ByteArrayOutputStream baos) { ret baos == null ? null : fromUTF8(baos.toByteArray()); }