Uses of Class
biz.onixs.fix.fastnew.DecodeResult

Packages that use DecodeResult
biz.onixs.fix.fastnew   
 

Uses of DecodeResult in biz.onixs.fix.fastnew
 

Methods in biz.onixs.fix.fastnew 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.
 



Copyright © 2005-2012 Onix Solutions. All Rights Reserved.