Class UTF8Buffer

java.lang.Object
org.apache.activemq.protobuf.Buffer
org.apache.activemq.protobuf.UTF8Buffer
All Implemented Interfaces:
Comparable<Buffer>

public final class UTF8Buffer extends Buffer
  • Constructor Details

    • UTF8Buffer

      public UTF8Buffer(Buffer other)
    • UTF8Buffer

      public UTF8Buffer(byte[] data, int offset, int length)
    • UTF8Buffer

      public UTF8Buffer(byte[] data)
    • UTF8Buffer

      public UTF8Buffer(String input)
  • Method Details