BerType
public class BerTeletexString extends BerOctetString
Modifier and Type | Field | Description |
---|---|---|
static BerTag |
tag |
value
Constructor | Description |
---|---|
BerTeletexString() |
|
BerTeletexString(byte[] value) |
Modifier and Type | Method | Description |
---|---|---|
int |
decode(java.io.InputStream is,
boolean withTag) |
|
int |
encode(java.io.OutputStream reverseOS,
boolean withTag) |
|
java.lang.String |
toString() |
decode, encode
public static final BerTag tag
public BerTeletexString()
public BerTeletexString(byte[] value)
public java.lang.String toString()
toString
in class BerOctetString
public int encode(java.io.OutputStream reverseOS, boolean withTag) throws java.io.IOException
encode
in class BerOctetString
java.io.IOException
public int decode(java.io.InputStream is, boolean withTag) throws java.io.IOException
decode
in class BerOctetString
java.io.IOException