类 EmptyWriter
java.lang.Object
java.io.Writer
org.beetl.core.io.EmptyWriter
- 所有已实现的接口:
Closeable,Flushable,Appendable,AutoCloseable
-
字段概要
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
EmptyWriter
public EmptyWriter()
-
-
方法详细资料
-
write
public void write(@NotNull @org.jetbrains.annotations.NotNull char[] cbuf, int off, int len) throws IOException - 指定者:
write在类中Writer- 抛出:
IOException
-
flush
- 指定者:
flush在接口中Flushable- 指定者:
flush在类中Writer- 抛出:
IOException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 指定者:
close在类中Writer- 抛出:
IOException
-