org.openiec61850.jmms.mms.asn1
Class UnconfirmedService

java.lang.Object
  extended by org.openiec61850.jmms.mms.asn1.UnconfirmedService

public class UnconfirmedService
extends java.lang.Object


Field Summary
 byte[] code
           
 InformationReport informationReport
           
 
Constructor Summary
UnconfirmedService()
           
UnconfirmedService(byte[] code)
           
UnconfirmedService(InformationReport informationReport)
           
 
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

informationReport

public InformationReport informationReport
Constructor Detail

UnconfirmedService

public UnconfirmedService()

UnconfirmedService

public UnconfirmedService(byte[] code)

UnconfirmedService

public UnconfirmedService(InformationReport informationReport)
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