Interface Queueable

All Known Implementing Classes:
FIXFieldListWithType

public interface Queueable
The common queueable interface, supported by Queue.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fromBytes(byte[] bytes, int offset, int length)
    The fromBytes method is responsible for reading object from buffer of bytes.
    void
    The getBytes method is responsible for write object to buffer of bytes.
  • Method Details

    • getBytes

      void getBytes(ByteBuffer buffer)
      The getBytes method is responsible for write object to buffer of bytes.
      Parameters:
      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