- public class vqss
- extends java.lang.Object
Utility class for parsing strings in vqServer
.cfg file format.
vqss(String)
- Creates a new object for parsing the specified string.
readto(char)
- Reads and discards characters up to and including the specified
character from the source string.
readvalue()
- Reads and returns a vqServer
.cfg file format field value
from the source string.
vqss
public vqss(java.lang.String source)
Creates a new object for parsing the specified string.
- Parameters:
source
- the string to parse
readto
public void readto(char endChar)
Reads and discards characters up to and including the specified
character from the source string.
- Parameters:
endChar
- the character to stop at
readvalue
public java.lang.String readvalue()
Reads and returns a vqServer
.cfg file format field value
from the source string.
- Returns:
- the field value