*
* @see org.jnetstream.capture.FileCapture#getBlockIterator()
*/
public IOSkippableIterator<PcapBlockRecord> getBlockIterator()
throws IOException {
final PcapBlockRecord parentsBlock = this.block;
return new IOSkippableIterator<PcapBlockRecord>() {
private PcapBlockRecord block = null;