public class SupportedParser extends AbstractParser<SupportedParser.Supported>
| Modifier and Type | Class and Description |
|---|---|
static class |
SupportedParser.Supported |
NamedResource.UtilsTransformer.Utils| Modifier and Type | Field and Description |
|---|---|
static SupportedParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTORENUM_NAME_EXTRACTOR, TOSTRING| Constructor and Description |
|---|
SupportedParser() |
| Modifier and Type | Method and Description |
|---|---|
SupportedParser.Supported |
parse(Buffer buffer) |
SupportedParser.Supported |
parse(byte[] input,
int offset,
int len) |
getName, parse, transformpublic static final SupportedParser INSTANCE
public SupportedParser.Supported parse(byte[] input, int offset, int len)
public SupportedParser.Supported parse(Buffer buffer)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.