org.openmuc.jasn1.ber.types
Class BerReal

java.lang.Object
  extended by org.openmuc.jasn1.ber.types.BerReal

public class BerReal
extends java.lang.Object


Field Summary
 byte[] code
           
 BerIdentifier id
           
static BerIdentifier identifier
           
 double val
           
 
Constructor Summary
BerReal()
           
BerReal(byte[] code)
           
BerReal(double val)
           
 
Method Summary
 int decode(java.io.InputStream iStream, boolean explicit)
           
 int encode(BerByteArrayOutputStream berOStream, boolean explicit)
           
 void encodeAndSave(int encodingSizeGuess)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

public static final BerIdentifier identifier

id

public BerIdentifier id

code

public byte[] code

val

public double val
Constructor Detail

BerReal

public BerReal()

BerReal

public BerReal(byte[] code)

BerReal

public BerReal(double val)
Method Detail

encode

public int encode(BerByteArrayOutputStream berOStream,
                  boolean explicit)
           throws java.io.IOException
Throws:
java.io.IOException

decode

public int decode(java.io.InputStream iStream,
                  boolean explicit)
           throws java.io.IOException
Throws:
java.io.IOException

encodeAndSave

public void encodeAndSave(int encodingSizeGuess)
                   throws java.io.IOException
Throws:
java.io.IOException