|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.kern.StringUtil
public class StringUtil
Static String and Reader methods.
Constructor Summary | |
---|---|
StringUtil()
|
Method Summary | |
---|---|
static java.lang.String |
nextPairedString(java.io.Reader r,
char b,
char c)
Parse paired String with given delimiters from Reader. |
static java.lang.String |
nextString(java.io.Reader r)
Parse white space delimited String from Reader. |
static java.lang.String |
nextString(java.io.Reader r,
char c)
Parse String with given delimiter from Reader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StringUtil()
Method Detail |
---|
public static java.lang.String nextString(java.io.Reader r)
r
- Reader.
public static java.lang.String nextString(java.io.Reader r, char c)
c
- delimiter.r
- Reader.
public static java.lang.String nextPairedString(java.io.Reader r, char b, char c)
b
- opposite delimiter.c
- delimiter.r
- Reader.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |