Returns the next byte in the file without consuming it. @param fp BGZF file handler @return -1 on EOF, -2 on error, otherwise the unsigned byte value.
See Implementation
Returns the next byte in the file without consuming it. @param fp BGZF file handler @return -1 on EOF, -2 on error, otherwise the unsigned byte value.