compress/bzip2.reader.lastByte (field)

6 uses

	compress/bzip2 (current package)
		bzip2.go#L38: 	lastByte    int      // the last byte value seen.
		bzip2.go#L129: 			buf[n] = byte(bz2.lastByte)
		bzip2.go#L133: 				bz2.lastByte = -1
		bzip2.go#L149: 		if bz2.lastByte == int(b) {
		bzip2.go#L154: 		bz2.lastByte = int(b)
		bzip2.go#L441: 	bz2.lastByte = -1