Package com.google.code.yanf4j.util
Interface ByteBufferMatcher
-
- All Known Implementing Classes:
ShiftAndByteBufferMatcher,ShiftOrByteBufferMatcher
public interface ByteBufferMatcherByteBuffer matcher- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Integer>matchAll(IoBuffer buffer)intmatchFirst(IoBuffer buffer)
-