Package | Description |
---|---|
com.jfinal.template.io |
Modifier and Type | Method and Description |
---|---|
ByteWriter |
WriterBuffer.getByteWriter(OutputStream outputStream) |
ByteWriter |
ByteWriter.init(OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
static void |
FloatingWriter.write(ByteWriter byteWriter,
double doubleValue) |
static void |
FloatingWriter.write(ByteWriter byteWriter,
float floatValue) |
static void |
IntegerWriter.write(ByteWriter byteWriter,
int i) |
static void |
LongWriter.write(ByteWriter byteWriter,
long value) |
Copyright © 2018. All rights reserved.