| Package | Description |
|---|---|
| org.xbup.io.pull | |
| org.xbup.io.pull.filter | |
| org.xbup.io.serial | |
| org.xbup.io.stream | |
| org.xbup.io.stream.file | |
| org.xbup.io.stream.filter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XBPullFilter
XBUP Protocol Level 0 Pull Filter.
|
interface |
XBPullProducer
XBUP Level 0 Pull Producer.
|
interface |
XBPullSerializable |
| Modifier and Type | Class and Description |
|---|---|
class |
XBDefaultPullProvider
Todo: Default Listener for XBUP Protocol Level 0 Events.
|
class |
XBPullReader
Level 0 Pull Reader.
|
class |
XBTPullReader
Pull Parser Level 1 Reader
!
|
| Modifier and Type | Method and Description |
|---|---|
static XBPullProvider |
XBDefaultPullProvider.getXBPullProvider(XBProducer provider)
Converts XBL0Provider to XBEventProvider
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
XBDefaultPullListener.attachXBPullProvider(XBPullProvider pullProvider) |
void |
XBPullListener.attachXBPullProvider(XBPullProvider pullProvider)
Attach pull provider.
|
static XBProducer |
XBDefaultPullProvider.toXBProducer(XBPullProvider eventProvider)
Converts XBEventProvider to XBL0Provider
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBTToXBPullConvertor
XBUP level 1 to level 0 pull convertor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBToXBTPullConvertor.attachXBPullProvider(XBPullProvider pullProvider) |
| Constructor and Description |
|---|
XBToXBTPullConvertor(XBPullProvider pullProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
XBSerialPullProducer
XBUP Level 0 Serial to Event Output Class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XBSerialPullConsumer.attachXBPullProvider(XBPullProvider pullProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
XBInputStream
Standard input stream for XBUP Level 0 items.
|
class |
XBInputStream.XBPrefixInputStream |
class |
XBInputStreamFilter
XBUP Level 0 Input Stream Filter Abstract Class.
|
class |
XBInputStreamOperatorFilter
XBUP Level 0 Input Stream Filter Using Operators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XBFileInputStream |
| Modifier and Type | Class and Description |
|---|---|
class |
XBFilterInputStream
Standard filter stream for XBUP Level 0 items.
|
class |
XBTToXBStreamConvertor
Level 1 to Level 0 Stream Convertor.
|