schemajic.encoder
Class ChoiceValue
java.lang.Object
schemajic.encoder.TLV
schemajic.encoder.CompositeValue
schemajic.encoder.ChoiceValue
public class ChoiceValue
- extends CompositeValue
Encodes the value of a choice alternative.
- Version:
- 1.00 - 2006/02/10
- Author:
- support@phillipgriffin.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChoiceValue
public ChoiceValue(Type type,
TagList tags,
int pc,
TagEncoder tagEncoder,
LengthEncoder lengthEncoder)
- TODO: ???
- Parameters:
type - tags - pc - tagEncoder - lengthEncoder -
encodeTags
protected void encodeTags(java.io.OutputStream out)
throws EncodingException
- TODO: ???
- Overrides:
encodeTags in class TLV
- Throws:
EncodingException
encodeLength
protected void encodeLength(java.io.OutputStream out)
throws EncodingException
- TODO: ???
- Overrides:
encodeLength in class TLV
- Throws:
EncodingException
getTotalLength
public int getTotalLength()
- TODO: ???
- Overrides:
getTotalLength in class TLV
Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.