T
- Result typepublic interface ExtensionParser<T> extends NamedResource, Function<byte[],T>
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Modifier and Type | Method and Description |
---|---|
default T |
apply(byte[] input) |
default T |
parse(byte[] input) |
T |
parse(byte[] input,
int offset,
int len) |
findByName, findFirstMatchByName, getName, getNameList, getNames, ofName, removeByName, safeCompareByName
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.