Uses of Class
com.opencloud.slee.resources.in.datatypes.BinaryStringCodec
-
Packages that use BinaryStringCodec Package Description com.opencloud.slee.resources.in.datatypes Defines classes that support the representation of low-level types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings.com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings.com.opencloud.slee.resources.in.datatypes.map.nsap Defines classes to represent Network Service Access Point (NSAP) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of BinaryStringCodec in com.opencloud.slee.resources.in.datatypes
Methods in com.opencloud.slee.resources.in.datatypes that return BinaryStringCodec Modifier and Type Method Description BinaryStringCodec<T>
BinaryStringCodec. getLaxDecoder()
Gets a BinaryStringCodec that decodes invalid characters to ? characters instead of throwing an exception.static <T> BinaryStringCodec<T>
BinaryStringCodec. getStandardCodec()
Gets the standard BinaryStringCodec. -
Uses of BinaryStringCodec in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as BinaryStringCodec Modifier and Type Field Description static BinaryStringCodec<GenericDigits>
GenericDigits. ADDRESS_CODEC_BINARY
Binary string codec for field Address.static BinaryStringCodec<GenericDigits>
GenericDigitsWithStarHash. ADDRESS_CODEC_BINARY
Binary string codec for field Address. -
Uses of BinaryStringCodec in com.opencloud.slee.resources.in.datatypes.map.nsap
Fields in com.opencloud.slee.resources.in.datatypes.map.nsap declared as BinaryStringCodec Modifier and Type Field Description static BinaryStringCodec<NSAPAddress>
NSAPAddress. DOMAINSPECIFICPART_CODEC_BINARY
Binary string codec for field DomainSpecificPart.
-