* @throws IOException if the input stream could not be read
*/
protected ByteReader newByteReader(InputStream in) throws IOException {
IdentificationRequest request = getRequestFactory().newRequest(null, null);
request.open(in);
return new IdentificationRequestByteReaderAdapter(request);
}