public class Elevation extends AbstractKexExtensionParser<String>
Modifier and Type | Field and Description |
---|---|
static Elevation |
INSTANCE |
static String |
NAME |
BY_NAME_COMPARATOR, NAME_EXTRACTOR
Constructor and Description |
---|
Elevation() |
Modifier and Type | Method and Description |
---|---|
protected void |
encode(String value,
Buffer buffer) |
String |
parseExtension(Buffer buffer) |
String |
parseExtension(byte[] data,
int off,
int len) |
getName, putExtension
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseExtension
findByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByName
public static final String NAME
public static final Elevation INSTANCE
public String parseExtension(byte[] data, int off, int len) throws IOException
IOException
public String parseExtension(Buffer buffer) throws IOException
IOException
protected void encode(String value, Buffer buffer) throws IOException
encode
in class AbstractKexExtensionParser<String>
IOException
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.