|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldReader.IFieldReaderTask | |
---|---|
fulmine.model.container | |
fulmine.protocol.specification |
Uses of FieldReader.IFieldReaderTask in fulmine.model.container |
---|
Classes in fulmine.model.container that implement FieldReader.IFieldReaderTask | |
---|---|
protected class |
AbstractContainer.ReaderTask
The reader task executed by the FieldReader when reading messages |
protected class |
AbstractDynamicContainer.ReaderTask
The reader task executed by the FieldReader when reading messages |
Uses of FieldReader.IFieldReaderTask in fulmine.protocol.specification |
---|
Methods in fulmine.protocol.specification with parameters of type FieldReader.IFieldReaderTask | |
---|---|
static void |
FieldReader.readIWFFieldSpecs(IOperationScope scope,
byte[] buffer,
int headerStart,
int headerLen,
int dataStart,
int dataLen,
FieldReader.IFieldReaderTask task)
Parses the buffer from headerStart to headerLen and for each component spec found, invokes the component reader task to process the component. |
static void |
FrameReader.readNestedIWF(IOperationScope scope,
byte[] buffer,
int start,
int numberOfBytes,
FieldReader.IFieldReaderTask readerTask)
Read a nested FD frame that is composed of IWF fields/fields. |
static void |
FrameReader.readNestedSWF(IOperationScope scope,
byte[] buffer,
int start,
int numberOfBytes,
FieldReader.IFieldReaderTask readerTask)
Read a nested FD frame that is composed of SWF fields/fields. |
static void |
FieldReader.readSWFFieldSpecs(IOperationScope scope,
byte[] buffer,
int headerStart,
int headerLen,
int dataStart,
int dataLen,
FieldReader.IFieldReaderTask task)
Parses the buffer from headerStart to headerLen and for each component spec found, invokes the component reader task to process the component. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |