类的使用
org.beetl.core.ByteWriter
使用ByteWriter的程序包
-
org.beetl.core中ByteWriter的使用
声明为ByteWriter的org.beetl.core中的字段返回ByteWriter的org.beetl.core中的方法参数类型为ByteWriter的org.beetl.core中的方法修饰符和类型方法说明voidBodyContent.fill(ByteWriter out) 通过out写出暂存的内容abstract voidByteWriter.fill(ByteWriter bw) 将内容填充到bw里abstract ByteWriterByteWriter.getTempWriter(ByteWriter parent) voidScript.renderTo(ByteWriter byteWriter) voidTemplate.renderTo(ByteWriter byteWriter) voidTemplateProxy.renderTo(ByteWriter byteWriter) -
org.beetl.core.io中ByteWriter的使用
返回ByteWriter的org.beetl.core.io中的方法修饰符和类型方法说明ByteWriter_Byte.getTempWriter(ByteWriter parent) ByteWriter_Char.getTempWriter(ByteWriter parent) 参数类型为ByteWriter的org.beetl.core.io中的方法修饰符和类型方法说明voidByteBodyContent.fill(ByteWriter bw) voidByteWriter_Byte.fill(ByteWriter bw) voidByteWriter_Char.fill(ByteWriter bw) voidStringBodyContent.fill(ByteWriter bw) ByteWriter_Byte.getTempWriter(ByteWriter parent) ByteWriter_Char.getTempWriter(ByteWriter parent) voidFloatingIOWriter.write(ByteWriter bw, char[] buffer) static voidIntIOWriter.writeInt(ByteWriter out, int value) 输出 Integer 类型的integer到bw中static voidIntIOWriter.writeLong(ByteWriter out, long value) 输出 Long 类型的i到bw中参数类型为ByteWriter的org.beetl.core.io中的构造器限定符构造器说明ByteWriter_Byte(OutputStream os, String cs, Context ctx, ByteWriter parent) ByteWriter_Char(Writer w, String cs, Context ctx, ByteWriter parent) -
org.beetl.core.misc中ByteWriter的使用
参数类型为ByteWriter的org.beetl.core.misc中的方法 -
org.beetl.core.tag中ByteWriter的使用
声明为ByteWriter的org.beetl.core.tag中的字段