类 DefaultEncoder
java.lang.Object
org.beetl.core.io.DefaultEncoder
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidwrite(char[] chars, int len, OutputStream out) voidwrite(@NotNull String str, @NotNull OutputStream out)
-
构造器详细资料
-
DefaultEncoder
-
-
方法详细资料
-
write
public void write(@NotNull @NotNull String str, @NotNull @NotNull OutputStream out) throws IOException - 抛出:
IOException
-
write
- 抛出:
IOException
-