java.lang.Object
java.io.Writer
com.tlcsdm.core.freemarker.directive.HexDirective.HexWriter
- 所有已实现的接口:
Closeable,Flushable,Appendable,AutoCloseable
- 封闭类:
HexDirective
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
out
-
target
private final int target -
length
private final int length
-
-
构造器详细资料
-
HexWriter
HexWriter(Writer out, int target, int length)
-
-
方法详细资料
-
write
- 指定者:
write在类中Writer- 抛出:
IOException
-
flush
- 指定者:
flush在接口中Flushable- 指定者:
flush在类中Writer- 抛出:
IOException
-
close
- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 指定者:
close在类中Writer- 抛出:
IOException
-