org.mobicents.protocols.ss7.sccp.parameter
Class MandatoryFixedParameter

java.lang.Object
  extended by org.mobicents.protocols.ss7.sccp.parameter.MandatoryFixedParameter

public abstract class MandatoryFixedParameter
extends java.lang.Object

Author:
$Oleg Kulikov

Constructor Summary
MandatoryFixedParameter()
          Creates a new instance of MandatoryFixedPart
 
Method Summary
abstract  void decode(java.io.InputStream in)
           
abstract  void encode(java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MandatoryFixedParameter

public MandatoryFixedParameter()
Creates a new instance of MandatoryFixedPart

Method Detail

decode

public abstract void decode(java.io.InputStream in)
                     throws java.io.IOException
Throws:
java.io.IOException

encode

public abstract void encode(java.io.OutputStream out)
                     throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.