Beispiel #1
0
 /**
  * @throws FileParserIOException
  * @throws FileParserNotExistsException
  * @param int $line
  * @return string
  */
 public function getBankID($line)
 {
     $this->seekLine($line, self::BANKID_OFFSET);
     return $this->encoding->convert(fread($this->getFileHandle(), self::BANKID_LENGTH), self::FILE_ENCODING);
 }