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