324325326327328329330331332333334
String ext = dot_pos<0?"":name.substring(dot_pos+1); try{ raf = new QTFastStartRAF( file, user_agent != null && QTFastStartRAF.isSupportedExtension( ext )); raf.seek( offset ); byte[] buffer = new byte[max_read_chunk]; long rem = length; long pos = offset;
382383384385386387388389390391392
QTFastStartRAF raf = null; try{ raf = new QTFastStartRAF( getAccessor( max_read_chunk, user_agent ), true ); raf.seek( offset ); byte[] buffer = new byte[max_read_chunk]; long rem = length; long pos = offset;