public class BerReal extends Object implements Serializable, BerType
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
static BerTag |
tag |
double |
value |
Constructor and Description |
---|
BerReal() |
BerReal(byte[] code) |
BerReal(double value) |
Modifier and Type | Method and Description |
---|---|
int |
decode(InputStream is) |
int |
decode(InputStream is,
boolean withTag) |
int |
encode(OutputStream reverseOS) |
int |
encode(OutputStream reverseOS,
boolean withTag) |
void |
encodeAndSave(int encodingSizeGuess) |
String |
toString() |
public static final BerTag tag
public byte[] code
public double value
public BerReal()
public BerReal(byte[] code)
public BerReal(double value)
public int encode(OutputStream reverseOS) throws IOException
encode
in interface BerType
IOException
public int encode(OutputStream reverseOS, boolean withTag) throws IOException
IOException
public int decode(InputStream is) throws IOException
decode
in interface BerType
IOException
public int decode(InputStream is, boolean withTag) throws IOException
IOException
public void encodeAndSave(int encodingSizeGuess) throws IOException
IOException