(boolean forward)
| 160 | } |
| 161 | |
| 162 | private void readBlock(boolean forward) { |
| 163 | if (forward) { |
| 164 | readByteBlock(getCorrectIndex(current_index+last_m+4)); |
| 165 | } else readByteBlock(getCorrectIndex(current_index+first_m-1-BLOCK_SIZE)); |
| 166 | } |
| 167 | |
| 168 | private Vector getMIVector(boolean forward) { |
| 169 | readBlock(forward); |
no test coverage detected