public class VendorIdParser extends AbstractParser<VendorIdParser.VendorId>
| Modifier and Type | Class and Description |
|---|---|
static class |
VendorIdParser.VendorId
The "vendor-id" information as per
DRAFT 09 - section 4.4
|
NamedResource.UtilsTransformer.Utils| Modifier and Type | Field and Description |
|---|---|
static VendorIdParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTORENUM_NAME_EXTRACTOR, TOSTRING| Constructor and Description |
|---|
VendorIdParser() |
| Modifier and Type | Method and Description |
|---|---|
VendorIdParser.VendorId |
parse(Buffer buffer) |
VendorIdParser.VendorId |
parse(byte[] input,
int offset,
int len) |
getName, parse, transformpublic static final VendorIdParser INSTANCE
public VendorIdParser.VendorId parse(byte[] input, int offset, int len)
public VendorIdParser.VendorId parse(Buffer buffer)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.