public class DefaultEncoder extends Object
| 构造器和说明 |
|---|
DefaultEncoder(String encoding,
ContextLocalBuffer localBuffer) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
write(char[] chars,
int len,
OutputStream out) |
void |
write(String str,
OutputStream out) |
public DefaultEncoder(String encoding, ContextLocalBuffer localBuffer)
public void write(String str, OutputStream out) throws IOException
IOExceptionpublic void write(char[] chars,
int len,
OutputStream out)
throws IOException
IOExceptionCopyright © 2017. All rights reserved.