类的使用
cn.taketoday.core.codec.AbstractDataBufferDecoder
程序包
说明
-
cn.taketoday.core.codec中AbstractDataBufferDecoder的使用
修饰符和类型类说明classAbstractCharSequenceDecoder<T extends CharSequence>Abstract base class that decodes from a data buffer stream to aCharSequencestream.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.