public final class AsciiBuffer extends Buffer
Constructor and Description |
---|
AsciiBuffer(Buffer other) |
AsciiBuffer(byte[] data) |
AsciiBuffer(byte[] data,
int offset,
int length) |
AsciiBuffer(String value) |
Modifier and Type | Method and Description |
---|---|
static AsciiBuffer |
ascii(Buffer buffer) |
static AsciiBuffer |
ascii(String value) |
static String |
decode(Buffer value) |
static byte[] |
encode(String value) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
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
public AsciiBuffer(Buffer other)
public AsciiBuffer(byte[] data, int offset, int length)
public AsciiBuffer(byte[] data)
public AsciiBuffer(String value)
public static AsciiBuffer ascii(String value)
public static AsciiBuffer ascii(Buffer buffer)
public static byte[] encode(String value)
Copyright © 2010–2021 FuseSource, Corp.. All rights reserved.