public class SmlMessageBody extends ASNObject
Modifier and Type | Field and Description |
---|---|
protected ASNObject |
choice |
protected Unsigned32 |
tag |
isOptional, isSelected
Constructor and Description |
---|
SmlMessageBody() |
SmlMessageBody(int tag,
ASNObject choice) |
Modifier and Type | Method and Description |
---|---|
boolean |
decode(java.io.DataInputStream is)
decodes the data from the InputStream and writes it to an object
|
void |
encode(java.io.DataOutputStream os)
encodes this object and writes it to the stream os.
|
ASNObject |
getChoice() |
Unsigned32 |
getTag() |
isOptional, isSelected, setOptional, setSelected
protected Unsigned32 tag
protected ASNObject choice
public SmlMessageBody(int tag, ASNObject choice)
public SmlMessageBody()
public void encode(java.io.DataOutputStream os) throws java.io.IOException
ASNObject
public boolean decode(java.io.DataInputStream is) throws java.io.IOException
ASNObject
public Unsigned32 getTag()
public ASNObject getChoice()