public class VanillaWireParser extends Object implements WireParser
SKIP_READABLE_BYTES| Constructor and Description |
|---|
VanillaWireParser(WireParselet defaultConsumer,
FieldNumberParselet fieldNumberParselet) |
| Modifier and Type | Method and Description |
|---|---|
WireParselet |
getDefaultConsumer() |
WireParselet |
lookup(CharSequence name) |
void |
parseOne(WireIn wireIn) |
VanillaWireParser |
register(WireKey key,
WireParselet valueInConsumer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, registerOnce, skipReadable, wireParser, wireParserpublic VanillaWireParser(@NotNull
WireParselet defaultConsumer,
@NotNull
FieldNumberParselet fieldNumberParselet)
public WireParselet getDefaultConsumer()
getDefaultConsumer in interface WireParserpublic void parseOne(@NotNull
WireIn wireIn)
parseOne in interface WireParser@NotNull public VanillaWireParser register(@NotNull WireKey key, WireParselet valueInConsumer)
register in interface WireParserpublic WireParselet lookup(CharSequence name)
lookup in interface WireParserCopyright © 2019. All rights reserved.