Uses of Interface
org.springframework.core.codec.Decoder
Packages that use Decoder
Package
Description
-
Uses of Decoder in org.springframework.core.codec
Classes in org.springframework.core.codec that implement DecoderModifier and TypeClassDescriptionclassAbstractCharSequenceDecoder<T extends CharSequence>Abstract base class that decodes from a data buffer stream to aCharSequencestream.classAbstract base class forDecoderimplementations that can decode aDataBufferdirectly to the target element type.classAbstract base class forDecoderimplementations.classDecoder forbytearrays.classDecoder forByteBuffers.final classDecode from a data buffer stream to aCharBufferstream, either splitting or aggregating incoming data chunks to realign along newlines delimiters and produce a stream of char buffers.classSimple pass-through decoder forDataBuffers.classDecoder forBuffers.classDecoder forByteBufs.classDecoder forResources.final classDecode from a data buffer stream to aStringstream, either splitting or aggregating incoming data chunks to realign along newlines delimiters and produce a stream of strings.