ByteArrayInputStream
42434445464748
return copy; } public InputStream toInputStream() { return new ByteArrayInputStream(bytes, offset, length); }