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