Package io.netty5.buffer.search
Class KmpSearchProcessorFactory.Processor
- java.lang.Object
-
- io.netty5.buffer.search.KmpSearchProcessorFactory.Processor
-
- All Implemented Interfaces:
SearchProcessor,io.netty5.util.ByteProcessor
- Enclosing class:
- KmpSearchProcessorFactory
public static class KmpSearchProcessorFactory.Processor extends Object implements SearchProcessor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(byte value)voidreset()Resets the state of SearchProcessor.
-
-
-
Method Detail
-
process
public boolean process(byte value)
- Specified by:
processin interfaceio.netty5.util.ByteProcessor
-
reset
public void reset()
Description copied from interface:SearchProcessorResets the state of SearchProcessor.- Specified by:
resetin interfaceSearchProcessor
-
-