org.jnetstream.capture.file
Interface SeekPattern


public interface SeekPattern

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 boolean match(java.nio.ByteBuffer buffer)
           
 int minLength()
           
 

Method Detail

match

boolean match(java.nio.ByteBuffer buffer)
              throws java.io.EOFException,
                     java.io.IOException
Throws:
java.io.EOFException
java.io.IOException

minLength

int minLength()