| 程序包 | 说明 |
|---|---|
| org.beetl.core | |
| org.beetl.core.io | |
| org.beetl.core.misc |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ByteWriter |
Tag.bw |
ByteWriter |
Context.byteWriter
采用的输出流
|
protected ByteWriter |
ByteWriter.parent |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract ByteWriter |
ByteWriter.getTempWriter(ByteWriter parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
ByteWriter.fill(ByteWriter bw)
将内容填充到bw里
|
void |
BodyContent.fill(ByteWriter bw)
将内容输出,
|
abstract ByteWriter |
ByteWriter.getTempWriter(ByteWriter parent) |
void |
Template.renderTo(ByteWriter byteWriter) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ByteWriter_Byte |
class |
ByteWriter_Char |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteWriter |
ByteWriter_Char.getTempWriter(ByteWriter parent) |
ByteWriter |
ByteWriter_Byte.getTempWriter(ByteWriter parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StringBodyContent.fill(ByteWriter bw) |
void |
ByteWriter_Char.fill(ByteWriter bw) |
void |
ByteWriter_Byte.fill(ByteWriter bw) |
void |
ByteBodyContent.fill(ByteWriter bw) |
ByteWriter |
ByteWriter_Char.getTempWriter(ByteWriter parent) |
ByteWriter |
ByteWriter_Byte.getTempWriter(ByteWriter parent) |
void |
FloatingIOWriter.write(ByteWriter bw,
char[] buffer) |
static void |
IntIOWriter.writeInteger(ByteWriter bw,
Integer i) |
static void |
LongIOWriter.writeLong(ByteWriter bw,
Long i) |
static void |
IntIOWriter.writeShort(ByteWriter bw,
Short i) |
| 构造器和说明 |
|---|
ByteWriter_Byte(OutputStream os,
String cs,
Context ctx,
ByteWriter parent) |
ByteWriter_Char(Writer w,
String cs,
Context ctx,
ByteWriter parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Writer |
BeetlUtil.getWriterByByteWriter(ByteWriter byteWriter) |
Copyright © 2015. All rights reserved.