()
| 103 | } |
| 104 | |
| 105 | @Override |
| 106 | public String toString() { |
| 107 | return this.filePosition.toFileName() + " local " + this.localChunkPosition.toString() + " bounds " + this.lower.toBracketString() + " to " |
| 108 | + this.higher.toBracketString() + " -> " + this.vmfStart.toBracketString(); |
| 109 | } |
| 110 | |
| 111 | public Position getVmfStart() { |
| 112 | return this.vmfStart.copy(); |
nothing calls this directly
no test coverage detected