Package | Description |
---|---|
org.basex.core |
Database core classes.
|
org.basex.io.out | |
org.basex.io.serial | |
org.basex.io.serial.csv | |
org.basex.io.serial.json |
Modifier and Type | Field and Description |
---|---|
protected PrintOutput |
Command.out
Output stream.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayOutput
This class caches the output bytes in an array, similar to the
ByteArrayOutputStream class. |
class |
EncoderOutput
This class is a stream-wrapper for textual data.
|
class |
NullOutput
This output stream swallows all data it receives.
|
Modifier and Type | Method and Description |
---|---|
static PrintOutput |
PrintOutput.get(OutputStream out)
Returns a new instance for the given output stream.
|
Modifier and Type | Field and Description |
---|---|
protected PrintOutput |
OutputSerializer.out
Output stream.
|
Constructor and Description |
---|
AdaptiveSerializer(PrintOutput out,
SerializerOptions sopts)
Constructor, specifying serialization options.
|
OutputSerializer(PrintOutput out,
SerializerOptions sopts)
Constructor.
|
StandardSerializer(PrintOutput out,
SerializerOptions sopts)
Constructor.
|
Constructor and Description |
---|
CsvDirectSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
CsvMapSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
Constructor and Description |
---|
JsonMLSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
JsonNodeSerializer(PrintOutput out,
SerializerOptions opts)
Constructor.
|
JsonNodeSerializer(PrintOutput out,
SerializerOptions opts,
AdaptiveSerializer adaptive)
Constructor.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.