Class ContentHeaderPropertyReader

java.lang.Object
com.rabbitmq.client.impl.ContentHeaderPropertyReader

public class ContentHeaderPropertyReader extends Object
Parses an AMQP wire-protocol ContentHeader from a DataInputStream. Methods on this object are usually called from autogenerated code.
  • Field Details

    • in

      private final ValueReader in
      Stream we are reading from
    • flagWord

      private int flagWord
      Current field flag word
    • bitCount

      private int bitCount
      Current flag position counter
  • Constructor Details

    • ContentHeaderPropertyReader

      public ContentHeaderPropertyReader(DataInputStream in) throws IOException
      Protected API - Constructs a reader from the given input stream
      Throws:
      IOException
  • Method Details