| java.lang.Object java.io.OutputStream de.anomic.server.serverByteBuffer
Method Summary | |
public serverByteBuffer | append(byte b) | public serverByteBuffer | append(int i) | public serverByteBuffer | append(byte[] bb) | public serverByteBuffer | append(byte[] bb, int of, int le) | public serverByteBuffer | append(String s) | public serverByteBuffer | append(String s, String charset) | public serverByteBuffer | append(serverByteBuffer bb) | public serverByteBuffer | append(Object o) | public byte | byteAt(int pos) | public void | clear() | public void | deleteByteAt(int pos) | public static boolean | equals(byte[] buffer, byte[] pattern) | public static boolean | equals(byte[] buffer, int offset, byte[] pattern) | public byte[] | getBytes() | public byte[] | getBytes(int start) | public byte[] | getBytes(int start, int len) | public int | indexOf(byte b) | public int | indexOf(byte[] bs) | public int | indexOf(byte b, int start) | public int | indexOf(byte[] bs, int start) | public int | isUTF8char(int start) | public boolean | isWhitespace(boolean includeNonLetterBytes) | public int | lastIndexOf(byte b) | public int | length() | public void | overwrite(int pos, int b) | public void | overwrite(int pos, byte b) | public void | overwrite(int pos, byte[] bb) | public void | overwrite(int pos, byte[] bb, int of, int le) | public Properties | propParser(String charset) | public void | reset() | public void | reset(int newSize) | public void | resize(int newSize) | public boolean | startsWith(byte[] bs) | public boolean | startsWith(byte[] bs, int start) | public String | toString() | public String | toString(String charsetName) | public String | toString(int left, int rightbound) | public serverByteBuffer | trim(int start) | public serverByteBuffer | trim(int start, int len) | public serverByteBuffer | trim() | public int | whitespaceEnd(boolean includeNonLetterBytes) | public int | whitespaceStart(boolean includeNonLetterBytes) | public void | write(int b) | public void | write(byte b) | public void | write(byte[] bb) | public void | write(byte[] bb, int of, int le) | public void | writeTo(OutputStream dest) |
doublequote | final public static byte doublequote(Code) | | |
equal | final public static byte equal(Code) | | |
singlequote | final public static byte singlequote(Code) | | |
serverByteBuffer | public serverByteBuffer()(Code) | | |
serverByteBuffer | public serverByteBuffer(int initLength)(Code) | | |
serverByteBuffer | public serverByteBuffer(byte[] bb)(Code) | | |
serverByteBuffer | public serverByteBuffer(byte[] bb, int initLength)(Code) | | |
serverByteBuffer | public serverByteBuffer(byte[] bb, int of, int le)(Code) | | |
byteAt | public byte byteAt(int pos)(Code) | | |
clear | public void clear()(Code) | | |
deleteByteAt | public void deleteByteAt(int pos)(Code) | | |
equals | public static boolean equals(byte[] buffer, byte[] pattern)(Code) | | |
equals | public static boolean equals(byte[] buffer, int offset, byte[] pattern)(Code) | | |
getBytes | public byte[] getBytes()(Code) | | |
getBytes | public byte[] getBytes(int start)(Code) | | |
getBytes | public byte[] getBytes(int start, int len)(Code) | | |
indexOf | public int indexOf(byte b)(Code) | | |
indexOf | public int indexOf(byte[] bs)(Code) | | |
indexOf | public int indexOf(byte b, int start)(Code) | | |
indexOf | public int indexOf(byte[] bs, int start)(Code) | | |
isUTF8char | public int isUTF8char(int start)(Code) | | |
isWhitespace | public boolean isWhitespace(boolean includeNonLetterBytes)(Code) | | |
lastIndexOf | public int lastIndexOf(byte b)(Code) | | |
length | public int length()(Code) | | |
overwrite | public void overwrite(int pos, int b)(Code) | | |
overwrite | public void overwrite(int pos, byte b)(Code) | | |
overwrite | public void overwrite(int pos, byte[] bb)(Code) | | |
overwrite | public void overwrite(int pos, byte[] bb, int of, int le)(Code) | | |
reset | public void reset()(Code) | | |
reset | public void reset(int newSize)(Code) | | |
resize | public void resize(int newSize)(Code) | | |
startsWith | public boolean startsWith(byte[] bs)(Code) | | |
startsWith | public boolean startsWith(byte[] bs, int start)(Code) | | |
toString | public String toString(int left, int rightbound)(Code) | | |
whitespaceEnd | public int whitespaceEnd(boolean includeNonLetterBytes)(Code) | | |
whitespaceStart | public int whitespaceStart(boolean includeNonLetterBytes)(Code) | | |
write | public void write(int b)(Code) | | |
write | public void write(byte b)(Code) | | |
write | public void write(byte[] bb)(Code) | | |
write | public void write(byte[] bb, int of, int le)(Code) | | |
|
|