Package-level declarations
Types
Link copied to clipboard
Decode things.
Link copied to clipboard
Link copied to clipboard
The EncodingException class is a generic encoding exception class that provide type safety for all the encoding related exception classes that extend from it.
Link copied to clipboard
This exception is thrown to indicate that an EncoderDecoder.Config pre-calculation step for an operation failed.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.FIELD, AnnotationTarget.LOCAL_VARIABLE, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.TYPEALIAS] )
Denotes an api as experimental, such that it may change inadvertently without notice.
Link copied to clipboard
This exception is thrown to indicate an encoding/decoding operation failed due to malformed input, such as an invalid character or byte sequence.