| Package | Description |
|---|---|
| org.basex.io.in | |
| org.basex.server |
Server implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayInput
This class allows reading from a cached byte array.
|
class |
DataInput
This is an input stream for project specific data types.
|
class |
NewlineInput
This class provides a convenient access to text input.
|
class |
TextInput
This class provides a convenient access to text input.
|
| Modifier and Type | Method and Description |
|---|---|
BufferInput |
BufferInput.length(long l)
Sets the input length.
|
| Modifier and Type | Method and Description |
|---|---|
protected static boolean |
ClientSession.ok(BufferInput bi)
Checks the next success flag.
|
protected static void |
ClientSession.receive(BufferInput bi,
java.io.OutputStream os)
Retrieves data from the server.
|