类 ByteWriter_Char
java.lang.Object
org.beetl.core.ByteWriter
org.beetl.core.io.ByteWriter_Char
-
字段概要
从类继承的字段 org.beetl.core.ByteWriter
ctx, localBuffer, parent -
构造器概要
构造器构造器说明ByteWriter_Char(Writer w, String cs, Context ctx) ByteWriter_Char(Writer w, String cs, Context ctx, ByteWriter parent) -
方法概要
修饰符和类型方法说明voidfill(ByteWriter bw) 将内容填充到bw里voidflush()getCs()getTempWriter(ByteWriter parent) getW()voidvoidtoString()final voidwrite(byte[] bs) final voidwrite(byte[] bs, int count) final voidwrite(char[] cbuf) voidwrite(char[] cbuf, int len) voidwriteNumberChars(char[] chars, int len) voidwriteString(String str) 从类继承的方法 org.beetl.core.ByteWriter
getLocalBuffer, getParent, write, writeDouble, writeFloat, writeInteger, writeLong, writeObject, writeShort
-
构造器详细资料
-
ByteWriter_Char
-
ByteWriter_Char
-
-
方法详细资料
-
write
- 指定者:
write在类中ByteWriter- 抛出:
IOException
-
write
- 指定者:
write在类中ByteWriter- 抛出:
IOException
-
writeString
- 指定者:
writeString在类中ByteWriter- 抛出:
IOException
-
write
- 指定者:
write在类中ByteWriter- 抛出:
IOException
-
write
- 指定者:
write在类中ByteWriter- 抛出:
IOException
-
getTempWriter
- 指定者:
getTempWriter在类中ByteWriter
-
flush
- 指定者:
flush在类中ByteWriter- 抛出:
IOException
-
toString
-
fill
从类复制的说明:ByteWriter将内容填充到bw里- 指定者:
fill在类中ByteWriter- 抛出:
IOException
-
getTempContent
- 指定者:
getTempContent在类中ByteWriter
-
getW
-
setW
-
getCs
-
setCs
-
writeNumberChars
- 指定者:
writeNumberChars在类中ByteWriter- 抛出:
IOException
-