public static class KmpSearchProcessorFactory.Processor extends Object implements SearchProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
process(byte value) |
void |
reset()
Resets the state of SearchProcessor.
|
public boolean process(byte value)
process
in interface io.netty.util.ByteProcessor
public void reset()
SearchProcessor
reset
in interface SearchProcessor
Copyright © 2008–2020 The Netty Project. All rights reserved.