static ByteArrayInputStream byteArrayInputStreamOrNull(byte[] data) { ret data == null ? null : byteArrayInputStream(data); }