Interface | Description |
---|---|
BufferAllocator |
Represents an allocator of
Buffer . |
FileInput |
Represents a series of file-like byte sequence inputs from a File Input Plugin.
|
FileOutput |
Represents a series of file-like byte sequence outputs into a File Output Plugin.
|
Transactional |
Represents transactional operations.
|
TransactionalFileInput |
Represents a series of file-like byte sequence inputs in a transaction from a File Input Plugin.
|
TransactionalFileOutput |
Represents a series of file-like byte sequence outputs in a transaction into a File Output Plugin.
|
Class | Description |
---|---|
Buffer |
A buffer used in and between plugins.
|
Exception | Description |
---|---|
DataException |
Represents an Exception caused by user's data processed.
|