List of usage examples for io.netty.util ByteProcessor interface-usage
From source file io.reactiverse.pgclient.impl.codec.util.UTF8StringEndDetector.java
/** * A processor that detects the end of a well formed UTF8 string, starting end ending with a {@code "}. * <p/> * It process all bytes until it finds the ending {@code "}. */ public class UTF8StringEndDetector implements ByteProcessor {