|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DecodeResult | |
---|---|
biz.onixs.fix.fast |
Uses of DecodeResult in biz.onixs.fix.fast |
---|
Methods in biz.onixs.fix.fast with parameters of type DecodeResult | |
---|---|
void |
Decoder.decode(DecodeResult result,
byte[] buffer)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
void |
Decoder.decode(DecodeResult result,
byte[] buffer,
int offset)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
void |
Decoder.decode(DecodeResult result,
byte[] buffer,
int offset,
int count)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
void |
Decoder.decode(DecodeResult result,
biz.onixs.util.ByteBuffer buffer)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
void |
Decoder.decode(DecodeResult result,
biz.onixs.util.ByteBuffer buffer,
int offset)
Decodes the given FAST stream chunk into the corresponding FIX Message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |