| java.lang.Object java.io.Writer de.anomic.server.serverCharBuffer
serverCharBuffer | final public class serverCharBuffer extends Writer (Code) | | |
Method Summary | |
public serverCharBuffer | append(int i) | public serverCharBuffer | append(char[] bb) | public serverCharBuffer | append(char[] bb, int of, int le) | public serverCharBuffer | append(String s) | public serverCharBuffer | append(String s, int off, int len) | public serverCharBuffer | append(serverCharBuffer bb) | public char | charAt(int pos) | public void | clear() | public void | close() | public void | deleteCharAt(int pos) | public static boolean | equals(char[] buffer, char[] pattern) | public static boolean | equals(char[] buffer, int offset, char[] pattern) | public void | flush() | public char[] | getChars() | public char[] | getChars(int start) | public char[] | getChars(int start, int end) | public int | indexOf(char b) | public int | indexOf(char[] bs) | public int | indexOf(char b, int start) | public int | indexOf(char[] bs, int start) | public boolean | isWhitespace(boolean includeNonLetterBytes) | public int | lastIndexOf(char b) | public int | length() | public Properties | propParser() | public void | reset() | public void | reset(int newSize) | public void | resize(int newSize) | public boolean | startsWith(char[] bs) | public char | toCharArray() | public String | toString() | public String | toString(int left, int rightbound) | public serverCharBuffer | trim(int start) | public serverCharBuffer | trim(int start, int end) | public serverCharBuffer | trim() | public int | whitespaceEnd(boolean includeNonLetterBytes) | public int | whitespaceStart(boolean includeNonLetterBytes) | public void | write(int b) | public void | write(char b) | public void | write(char[] bb) | public void | write(char[] bb, int of, int le) |
doublequote | final public static char doublequote(Code) | | |
equal | final public static char equal(Code) | | |
singlequote | final public static char singlequote(Code) | | |
serverCharBuffer | public serverCharBuffer()(Code) | | |
serverCharBuffer | public serverCharBuffer(int initLength)(Code) | | |
serverCharBuffer | public serverCharBuffer(char[] bb)(Code) | | |
serverCharBuffer | public serverCharBuffer(char[] bb, int initLength)(Code) | | |
serverCharBuffer | public serverCharBuffer(char[] bb, int of, int le)(Code) | | |
charAt | public char charAt(int pos)(Code) | | |
clear | public void clear()(Code) | | |
deleteCharAt | public void deleteCharAt(int pos)(Code) | | |
equals | public static boolean equals(char[] buffer, char[] pattern)(Code) | | |
equals | public static boolean equals(char[] buffer, int offset, char[] pattern)(Code) | | |
getChars | public char[] getChars()(Code) | | |
getChars | public char[] getChars(int start)(Code) | | |
getChars | public char[] getChars(int start, int end)(Code) | | |
indexOf | public int indexOf(char b)(Code) | | |
indexOf | public int indexOf(char[] bs)(Code) | | |
indexOf | public int indexOf(char b, int start)(Code) | | |
indexOf | public int indexOf(char[] bs, int start)(Code) | | |
isWhitespace | public boolean isWhitespace(boolean includeNonLetterBytes)(Code) | | |
lastIndexOf | public int lastIndexOf(char b)(Code) | | |
length | public int length()(Code) | | |
reset | public void reset()(Code) | | |
reset | public void reset(int newSize)(Code) | | |
resize | public void resize(int newSize)(Code) | | |
startsWith | public boolean startsWith(char[] bs)(Code) | | |
toCharArray | public char toCharArray()(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(char b)(Code) | | |
write | public void write(char[] bb)(Code) | | |
write | public void write(char[] bb, int of, int le)(Code) | | |
|
|