Class AsciiBuffer
java.lang.Object
org.fusesource.hawtbuf.Buffer
org.fusesource.hawtbuf.AsciiBuffer
- All Implemented Interfaces:
Comparable<Buffer>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAsciiBuffer(byte[] data) AsciiBuffer(byte[] data, int offset, int length) AsciiBuffer(String value) AsciiBuffer(Buffer other) -
Method Summary
Modifier and TypeMethodDescriptionstatic AsciiBuffer////////////////////////////////////////////////////////////////static AsciiBufferstatic Stringstatic byte[]booleaninthashCode()////////////////////////////////////////////////////////////////toString()////////////////////////////////////////////////////////////////Methods inherited from class Buffer
ascii, bigEndianEditor, buffer, clear, compact, compareTo, contains, containsAt, data, deepCopy, equals, flip, get, getData, getLength, getOffset, hex, in, indexOf, indexOf, indexOf, indexOf, isEmpty, join, length, length, littleEndianEditor, moveHead, moveTail, offset, out, readFrom, readFrom, reset, slice, split, startsWith, string, toByteArray, toByteBuffer, trim, trimEnd, trimFront, utf8, utf8, utf8, writeTo, writeTo
-
Field Details
-
hashCode
private int hashCode -
value
-
-
Constructor Details
-
AsciiBuffer
-
AsciiBuffer
public AsciiBuffer(byte[] data, int offset, int length) -
AsciiBuffer
public AsciiBuffer(byte[] data) -
AsciiBuffer
-
-
Method Details
-
toString
-
equals
-
hashCode
-
ascii
//////////////////////////////////////////////////////////////// -
ascii
-
encode
-
decode
-