org.openiec61850.jmms.iso.acse.asn1
Class Myexternal.SubChoice_encoding

java.lang.Object
  extended by org.openiec61850.jmms.iso.acse.asn1.Myexternal.SubChoice_encoding
Enclosing class:
Myexternal

public static class Myexternal.SubChoice_encoding
extends java.lang.Object


Field Summary
 org.openmuc.jasn1.ber.types.BerBitString arbitrary
           
 byte[] code
           
 org.openmuc.jasn1.ber.types.BerOctetString octet_aligned
           
 org.openmuc.jasn1.ber.types.BerAny single_ASN1_type
           
 
Constructor Summary
Myexternal.SubChoice_encoding()
           
Myexternal.SubChoice_encoding(org.openmuc.jasn1.ber.types.BerAny single_ASN1_type, org.openmuc.jasn1.ber.types.BerOctetString octet_aligned, org.openmuc.jasn1.ber.types.BerBitString arbitrary)
           
Myexternal.SubChoice_encoding(byte[] code)
           
 
Method Summary
 int decode(java.io.InputStream iStream, org.openmuc.jasn1.ber.BerIdentifier berIdentifier)
           
 int encode(org.openmuc.jasn1.ber.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

code

public byte[] code

single_ASN1_type

public org.openmuc.jasn1.ber.types.BerAny single_ASN1_type

octet_aligned

public org.openmuc.jasn1.ber.types.BerOctetString octet_aligned

arbitrary

public org.openmuc.jasn1.ber.types.BerBitString arbitrary
Constructor Detail

Myexternal.SubChoice_encoding

public Myexternal.SubChoice_encoding()

Myexternal.SubChoice_encoding

public Myexternal.SubChoice_encoding(byte[] code)

Myexternal.SubChoice_encoding

public Myexternal.SubChoice_encoding(org.openmuc.jasn1.ber.types.BerAny single_ASN1_type,
                                     org.openmuc.jasn1.ber.types.BerOctetString octet_aligned,
                                     org.openmuc.jasn1.ber.types.BerBitString arbitrary)
Method Detail

encode

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

decode

public int decode(java.io.InputStream iStream,
                  org.openmuc.jasn1.ber.BerIdentifier berIdentifier)
           throws java.io.IOException
Throws:
java.io.IOException

encodeAndSave

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