static ByteArrayInputStream byteArrayInputStream(byte[] data) { ret new ByteArrayInputStream(data); }