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