Class ByteArrayEncoding

    • Constructor Summary

      Constructors 
      Constructor Description
      ByteArrayEncoding​(byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decode​(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)  
      void encode​(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)  
      int getEncodeSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ByteArrayEncoding

        public ByteArrayEncoding​(byte[] data)
    • Method Detail

      • decode

        public void decode​(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
        Specified by:
        decode in interface EncodingSupport
      • encode

        public void encode​(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
        Specified by:
        encode in interface EncodingSupport