| Package | Description |
|---|---|
| net.lecousin.framework.io.buffering |
IO with bufferization.
|
| net.lecousin.framework.xml |
XML Parsing and generation.
|
| net.lecousin.framework.xml.serialization |
XML serialization and deserialization.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BufferedIO.ReadWrite
Writable BufferedIO.
|
class |
ByteArrayIO
IO implemented with a single byte array.
|
class |
MemoryIO
Implementation of a seekable readable and writable IO, using an array of byte array.
|
class |
SimpleBufferedWritable
Simple implementation of a buffered writable using 2 buffers.
The first buffer is first filled with written data. |
| Constructor and Description |
|---|
XMLWriter(IO.Writable.Buffered output,
Charset encoding,
boolean includeXMLDeclaration,
boolean pretty)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected IO.Writable.Buffered |
XMLSpecWriter.bout |
protected IO.Writable.Buffered |
XMLSerializer.bout |
Copyright © 2019. All rights reserved.