public class BerReal
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
code |
BerIdentifier |
id |
static BerIdentifier |
identifier |
double |
value |
Constructor and Description |
---|
BerReal() |
BerReal(byte[] code) |
BerReal(double value) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream is,
boolean explicit) |
int |
encode(BerByteArrayOutputStream os,
boolean explicit) |
void |
encodeAndSave(int encodingSizeGuess) |
java.lang.String |
toString() |
public static final BerIdentifier identifier
public BerIdentifier id
public byte[] code
public double value
public BerReal()
public BerReal(byte[] code)
public BerReal(double value)
public int encode(BerByteArrayOutputStream os, boolean explicit) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream is, boolean explicit) throws java.io.IOException
java.io.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object