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, putExtensionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseExtensionfindByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByNamepublic static final String NAME
public static final Elevation INSTANCE
public String parseExtension(byte[] data, int off, int len) throws IOException
IOExceptionpublic String parseExtension(Buffer buffer) throws IOException
IOExceptionprotected void encode(String value, Buffer buffer) throws IOException
encode in class AbstractKexExtensionParser<String>IOExceptionCopyright © 2018–2021 The Apache Software Foundation. All rights reserved.