public class DefaultEncoder extends Object
| 构造器和说明 |
|---|
DefaultEncoder(String encoding,
ContextBuffer localBuffer) |
public DefaultEncoder(String encoding, ContextBuffer localBuffer)
public void write(@NotNull
@NotNull String str,
@NotNull
@NotNull OutputStream out)
throws IOException
IOExceptionpublic void write(char[] chars,
int len,
OutputStream out)
throws IOException
IOExceptionCopyright © 2022. All rights reserved.