com.epam.fixengine.storage.queue
Interface Queueable

All Known Implementing Classes:
FIXFieldListWithType

public interface Queueable

The common queueable interface, supported by Queue.

See Also:
QueueableFactory, Queue

Method Summary
 void fromBytes(byte[] bytes, int offset, int length)
          The fromBytes method is responsible for reading object from buffer of bytes.
 byte[] getBytes()
          The getBytes method is responsible for write object to buffer of bytes.
 

Method Detail

getBytes

byte[] getBytes()
The getBytes method is responsible for write object to buffer of bytes.

Returns:
buffer of bytes

fromBytes

void fromBytes(byte[] bytes,
               int offset,
               int length)
The fromBytes method is responsible for reading object from buffer of bytes.

Parameters:
bytes - buffer of bytes
offset - offset in buffer
length - number of bytes to read


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.