public boolean getByteInCallback(final ByteInCallback _callback, final int _length) {
   return ReadFile.getRaw(getByteInStream(), _callback, _length);
 }