#Read the RAWFILE $self->loggerObj()->logDebug("Reading Data from RAW BIN File ".$inRawFile); try { $rawBuffer = read_file( $inRawFile, { binmode => ':raw' } ) ; } catch { $self->loggerObj()->logError('Can not read RAW BIN File '.$inRawFile.' '.$_); };