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