Package org.apache.activemq.protobuf
Class AsciiBuffer
java.lang.Object
org.apache.activemq.protobuf.Buffer
org.apache.activemq.protobuf.AsciiBuffer
- All Implemented Interfaces:
Comparable<Buffer>
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAsciiBuffer(byte[] data) AsciiBuffer(byte[] data, int offset, int length) AsciiBuffer(String input) AsciiBuffer(Buffer other) -
Method Summary
-
Constructor Details
-
AsciiBuffer
-
AsciiBuffer
public AsciiBuffer(byte[] data, int offset, int length) -
AsciiBuffer
public AsciiBuffer(byte[] data) -
AsciiBuffer
-
-
Method Details