Uses of Class
org.springframework.core.codec.AbstractCharSequenceDecoder
Packages that use AbstractCharSequenceDecoder
Package
Description
-
Uses of AbstractCharSequenceDecoder in org.springframework.core.codec
Subclasses of AbstractCharSequenceDecoder in org.springframework.core.codecModifier and TypeClassDescriptionfinal 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.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.