接口的使用
cn.taketoday.core.codec.Decoder
使用Decoder的程序包
程序包
说明
-
cn.taketoday.core.codec中Decoder的使用
修饰符和类型类说明classAbstract base class forDecoderimplementations that can decode aDataBufferdirectly to the target element type.classAbstract base class forDecoderimplementations.classDecoder forbytearrays.classDecoder forByteBuffers.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.