Package org.jnetstream.capture.file

Examples of org.jnetstream.capture.file.RecordFilterTarget


  public static boolean checkRecordFilter(
      final Filter<RecordFilterTarget> filter, final ByteBuffer buffer,
      final HeaderReader headerReader) throws IOException {

    final RecordFilterTarget target = headerReader
        .readRecordFilterTarget(buffer);

    return checkRecordFilter(filter, buffer, target);
  }
View Full Code Here

TOP

Related Classes of org.jnetstream.capture.file.RecordFilterTarget

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.