| Package | Description |
|---|---|
| org.basex.core |
Database core classes.
|
| org.basex.io.out | |
| org.basex.server |
Server implementation.
|
| 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 |
NullOutput
This output stream swallows all data it receives.
|
| Modifier and Type | Method and Description |
|---|---|
static PrintOutput |
PrintOutput.get(java.io.OutputStream out)
Returns a new instance for the given output stream.
|
| Modifier and Type | Field and Description |
|---|---|
protected PrintOutput |
ClientSession.sout
Server output (buffered).
|