Package org.jnetstream.capture.file.snoop

Examples of org.jnetstream.capture.file.snoop.SnoopBlockRecord


   * @see org.jnetstream.capture.FileCapture#getBlockIterator()
   */
  public IOSkippableIterator<SnoopBlockRecord> getBlockIterator()
      throws IOException {

    final SnoopBlockRecord parentsBlock = this.block;

    return new IOSkippableIterator<SnoopBlockRecord>() {

      private SnoopBlockRecord block = null;

View Full Code Here

TOP

Related Classes of org.jnetstream.capture.file.snoop.SnoopBlockRecord

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.