class oadd.io.netty.util.ByteProcessor$2 extends java.lang.Object implements oadd.io.netty.util.ByteProcessor { void () { oadd.io.netty.util.ByteProcessor$2 v; v := @this: oadd.io.netty.util.ByteProcessor$2; specialinvoke v.()>(); return; } public boolean process(byte) { oadd.io.netty.util.ByteProcessor$2 v; byte v; boolean v; v := @this: oadd.io.netty.util.ByteProcessor$2; v := @parameter: byte; if v == 13 goto label; if v != 10 goto label; label: v = 1; goto label; label: v = 0; label: return v; } }