(line []byte)
| 142 | } |
| 143 | |
| 144 | func (b2j *B2J) isBJunk(line []byte) bool { |
| 145 | _, _, _, lt := b2j._find(&line) |
| 146 | return lt == lineJUNK |
| 147 | } |
| 148 | |
| 149 | // SequenceMatcher compares sequence of strings. The basic |
| 150 | // algorithm predates, and is a little fancier than, an algorithm |