public interface IdentValue
This interface defined a single ident with the encoded representations.
Modifier and Type | Method and Description |
---|---|
String |
getEncoded(EncodingConfig encoding)
Return the value in the given
encoding . |
String |
getIdent()
Return the ident number.
|
byte[] |
getValue()
Return the raw value.
|
String getIdent()
Return the ident number.
byte[] getValue()
Return the raw value.
String getEncoded(EncodingConfig encoding)
Return the value in the given encoding
.
encoding
- the encoding for which the encoded value should be returned.null
if the encoding is unknown.Copyright © 2020 sw4j.org. All rights reserved.