java.lang.Object
com.swiftmq.amqp.v100.types.AMQPType
com.swiftmq.amqp.v100.types.AMQPBinary
com.swiftmq.amqp.v100.generated.messaging.message_format.Data
All Implemented Interfaces:
SectionIF

public class Data extends AMQPBinary implements SectionIF

A data section contains opaque binary data.

Version:
AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
Author:
IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
  • Field Details

  • Constructor Details

    • Data

      public Data(byte[] initValue)
      Constructs a Data.
      Parameters:
      initValue - initial value
  • Method Details