needed for binary.ReadVarint in rawInt64
()
| 713 | |
| 714 | // needed for binary.ReadVarint in rawInt64 |
| 715 | func (p *gc_bin_parser) ReadByte() (byte, error) { |
| 716 | return p.rawByte(), nil |
| 717 | } |
| 718 | |
| 719 | // byte is the bottleneck interface for reading p.data. |
| 720 | // It unescapes '|' 'S' to '$' and '|' '|' to '|'. |