bytes | byte[ ] The byte array to convert. |
length | String Optional. The maximum number of bytes to read and convert. If length is not specified, the default value for this parameter is the length of the input byte array. |
offset | String Optional. The offset into the input byte array from which to start converting. If no value specified, the default value is zero. |
stream | java.io.ByteArrayInputStream An open InputStream created from the contents of the input bytes parameter. |