类的使用
cn.taketoday.core.codec.CharBufferDecoder
使用CharBufferDecoder的程序包
程序包
说明
-
cn.taketoday.core.codec中CharBufferDecoder的使用
修饰符和类型方法说明static CharBufferDecoderCharBufferDecoder.allMimeTypes()Create aCharBufferDecoderthat supports all MIME types.static CharBufferDecoderCharBufferDecoder.allMimeTypes(List<String> delimiters, boolean stripDelimiter) Create aCharBufferDecoderthat supports all MIME types.static CharBufferDecoderCharBufferDecoder.textPlainOnly()Create aCharBufferDecoderfor"text/plain".static CharBufferDecoderCharBufferDecoder.textPlainOnly(List<String> delimiters, boolean stripDelimiter) Create aCharBufferDecoderfor"text/plain".