-
- All Implemented Interfaces:
-
io.outfoxx.sunday.mediatypes.codecs.MediaTypeDecoder,io.outfoxx.sunday.mediatypes.codecs.TextMediaTypeDecoder
public final class TextDecoder implements TextMediaTypeDecoder
Decodes binary data into Java text containers.
Decoding to String, and CharSequence is supported.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTextDecoder.Companion
-
Constructor Summary
Constructors Constructor Description TextDecoder(Charset charset)
-