public class UnicodeUnpairedSurrogateRemover extends CodePointTranslator
| 构造器和说明 |
|---|
UnicodeUnpairedSurrogateRemover() |
public boolean translate(int codepoint,
Writer out)
throws IOException
translate 在类中 CodePointTranslatorcodepoint - int character input to translateout - Writer to optionally push the translated output toIOException - if and only if the Writer produces an IOExceptionCopyright © 2022. All rights reserved.