public static class CsvTranslators.CsvUnescaper extends SinglePassTranslator
| 构造器和说明 |
|---|
CsvUnescaper() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
translateWhole(CharSequence input,
Writer out)
Translate whole set of code points passed in input.
|
translatehex, translate, translate, withpublic void translateWhole(CharSequence input, Writer out) throws IOException
SinglePassTranslatortranslateWhole 在类中 SinglePassTranslatorinput - CharSequence that is being translatedout - Writer to translate the text toIOException - if and only if the Writer produces an IOExceptionCopyright © 2022. All rights reserved.