Class ShiftOrByteBufferMatcher
java.lang.Object
com.google.code.yanf4j.util.ShiftOrByteBufferMatcher
- All Implemented Interfaces:
ByteBufferMatcher
ByteBuffer matcher based on shift-or algorithm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intmatchFirst(IoBuffer buffer) private voidpreprocess(IoBuffer pat) Ԥ����
-
Field Details
-
b
private int[] b -
lim
private int lim -
patternLen
private int patternLen
-
-
Constructor Details
-
ShiftOrByteBufferMatcher
-
-
Method Details
-
preprocess
-
matchAll
- Specified by:
matchAllin interfaceByteBufferMatcher
-
matchFirst
- Specified by:
matchFirstin interfaceByteBufferMatcher
-