A B C D E F G H I L M N O P R S T U V W

C

CANONICAL_ENCODING_RULES - Static variable in interface org.asnlab.asndt.runtime.conv.EncodingRules
 
capacity() - Method in class org.asnlab.asndt.runtime.type.Buffer
Returns this buffer's capacity.
ChoiceConverter - Class in org.asnlab.asndt.runtime.conv
The ChoiceConverter can convert choice value.
ChoiceConverter() - Constructor for class org.asnlab.asndt.runtime.conv.ChoiceConverter
 
ChoiceConverter(AsnConverter[]) - Constructor for class org.asnlab.asndt.runtime.conv.ChoiceConverter
 
ChoiceValue - Class in org.asnlab.asndt.runtime.value
 
ChoiceValue() - Constructor for class org.asnlab.asndt.runtime.value.ChoiceValue
 
ChoiceValue(int, Object) - Constructor for class org.asnlab.asndt.runtime.value.ChoiceValue
 
ChoiceValue.ChoiceValueConverter - Class in org.asnlab.asndt.runtime.value
 
ChoiceValue.ChoiceValueConverter() - Constructor for class org.asnlab.asndt.runtime.value.ChoiceValue.ChoiceValueConverter
 
ChoiceValue.ChoiceValueConverter(AsnConverter[]) - Constructor for class org.asnlab.asndt.runtime.value.ChoiceValue.ChoiceValueConverter
 
ChoiceValue.ChoiceValueConverter.ChoiceValueConverterConverter - Class in org.asnlab.asndt.runtime.value
 
ChoiceValue.ChoiceValueConverter.ChoiceValueConverterConverter(AsnConverter[]) - Constructor for class org.asnlab.asndt.runtime.value.ChoiceValue.ChoiceValueConverter.ChoiceValueConverterConverter
 
clear() - Method in class org.asnlab.asndt.runtime.type.Buffer
Clears this buffer.
clone(Object, AsnConverter) - Method in class org.asnlab.asndt.runtime.type.AsnType
Clone a copy of the object
componentConverters - Variable in class org.asnlab.asndt.runtime.conv.CompositeConverter
The component converters
CompositeConverter - Class in org.asnlab.asndt.runtime.conv
The CompositeConverter can convert composite value.
CompositeConverter() - Constructor for class org.asnlab.asndt.runtime.conv.CompositeConverter
 
CompositeConverter(AsnConverter[]) - Constructor for class org.asnlab.asndt.runtime.conv.CompositeConverter
 
CompositeConverter.CompositeConverterConverter - Class in org.asnlab.asndt.runtime.conv
 
CompositeConverter.CompositeConverterConverter(AsnConverter[]) - Constructor for class org.asnlab.asndt.runtime.conv.CompositeConverter.CompositeConverterConverter
 
CompositeValue - Class in org.asnlab.asndt.runtime.value
 
CompositeValue(int) - Constructor for class org.asnlab.asndt.runtime.value.CompositeValue
 
CompositeValue(Object[]) - Constructor for class org.asnlab.asndt.runtime.value.CompositeValue
 
CompositeValue.CompositeValueConverter - Class in org.asnlab.asndt.runtime.value
 
CompositeValue.CompositeValueConverter() - Constructor for class org.asnlab.asndt.runtime.value.CompositeValue.CompositeValueConverter
 
CompositeValue.CompositeValueConverter(AsnConverter[]) - Constructor for class org.asnlab.asndt.runtime.value.CompositeValue.CompositeValueConverter
 
convert(Object, ByteBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.AsnConverter
 
convert(ByteBuffer, IntegerType, int) - Method in class org.asnlab.asndt.runtime.conv.AsnConverter
 
convert(Object, BitBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.AsnConverter
 
convert(BitBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.AsnConverter
 
convert(Object, ByteBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.DoubleConverter
 
convert(ByteBuffer, RealType, int) - Method in class org.asnlab.asndt.runtime.conv.DoubleConverter
 
convert(Object, BitBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.DoubleConverter
 
convert(BitBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.DoubleConverter
 
convert(Object, ByteBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.FloatConverter
 
convert(ByteBuffer, RealType, int) - Method in class org.asnlab.asndt.runtime.conv.FloatConverter
 
convert(Object, BitBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.FloatConverter
 
convert(BitBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.FloatConverter
 
convert(Object, ByteBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.IntegerConverter
 
convert(ByteBuffer, IntegerType, int) - Method in class org.asnlab.asndt.runtime.conv.IntegerConverter
 
convert(Object, BitBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.IntegerConverter
 
convert(BitBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.IntegerConverter
 
convert(Object, ByteBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.LongConverter
 
convert(ByteBuffer, IntegerType, int) - Method in class org.asnlab.asndt.runtime.conv.LongConverter
 
convert(Object, BitBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.LongConverter
 
convert(BitBuffer, IntegerType) - Method in class org.asnlab.asndt.runtime.conv.LongConverter
 
convert(Object, ByteBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.RealConverter
 
convert(ByteBuffer, RealType, int) - Method in class org.asnlab.asndt.runtime.conv.RealConverter
 
convert(Object, BitBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.RealConverter
 
convert(BitBuffer, RealType) - Method in class org.asnlab.asndt.runtime.conv.RealConverter
 
CONVERTER - Static variable in class org.asnlab.asndt.runtime.conv.EnumeratedConverter
 
CONVERTER - Static variable in class org.asnlab.asndt.runtime.value.EnumeratedValue
 
createAlternative(int, Object) - Method in class org.asnlab.asndt.runtime.conv.ChoiceConverter
Given the choice index, and the alternative object, create the choice value object.
createAlternative(int, Object) - Method in class org.asnlab.asndt.runtime.value.ChoiceValue.ChoiceValueConverter
 
createAsnConverterConverter() - Static method in class org.asnlab.asndt.runtime.conv.AsnConverter
 
createAsnConverterType() - Static method in class org.asnlab.asndt.runtime.conv.AsnConverter
 
createAsnTypeConverter() - Static method in class org.asnlab.asndt.runtime.type.AsnType
 
createAsnTypeType() - Static method in class org.asnlab.asndt.runtime.type.AsnType
 
createObject(byte[], byte) - Method in class org.asnlab.asndt.runtime.conv.BitStringConverter
 
createObject() - Method in class org.asnlab.asndt.runtime.conv.CompositeConverter
Create the empty composite value object.
createObject(int) - Method in class org.asnlab.asndt.runtime.conv.ListConverter
Given the size, create a SEQUENCE OF/SET OF value object
createObject() - Method in class org.asnlab.asndt.runtime.conv.ListConverter.ListConverterConverter
 
createObject() - Method in class org.asnlab.asndt.runtime.conv.OpenValueConverter.OpenValueConverterConverter
 
createObject(byte[], byte) - Method in class org.asnlab.asndt.runtime.value.BitString.BitStringValueConverter
 
createObject() - Method in class org.asnlab.asndt.runtime.value.ChoiceValue.ChoiceValueConverter.ChoiceValueConverterConverter
 
createObject() - Method in class org.asnlab.asndt.runtime.value.CompositeValue.CompositeValueConverter
 
createObject() - Method in class org.asnlab.asndt.runtime.value.EnumeratedValue.EnumeratedValueConverter
 

A B C D E F G H I L M N O P R S T U V W
Copyright �2009-2012 ASN Lab