Uses of Package
org.springframework.core.codec
Packages that use org.springframework.core.codec
Package
Description
-
Classes in org.springframework.core.codec used by org.springframework.core.codecClassDescriptionAbstract base class that decodes from a data buffer stream to a
CharSequencestream.Abstract base class forDecoderimplementations that can decode aDataBufferdirectly to the target element type.Abstract base class forDecoderimplementations.Abstract base class forEncoderimplementations.Abstract base class forEncoderclasses that can only deal with a single value.Decode 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.Encode from aCharSequencestream to a bytes stream.General error that indicates a problem while encoding and decoding to and from an Object stream.Strategy for decoding aDataBufferinput stream into an output stream of elements of type<T>.Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.Strategy to encode a stream of Objects of type<T>into an output stream of bytes.Decode 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.