vqServer API Class vq.utils.vqss

java.lang.Object
    |
    +----vq.utils.vqss
Contents
Package index
Package
API index

public class vqss
extends java.lang.Object
Utility class for parsing strings in vqServer .cfg file format.


Constructor Index

 o vqss(String)
Creates a new object for parsing the specified string.

Method Index

 o readto(char)
Reads and discards characters up to and including the specified character from the source string.
 o readvalue()
Reads and returns a vqServer .cfg file format field value from the source string.

Constructor Detail

 o vqss
public vqss(java.lang.String source)
          Creates a new object for parsing the specified string.
Parameters:
source - the string to parse

Method Detail

 o 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
 o readvalue
public java.lang.String readvalue()
          Reads and returns a vqServer .cfg file format field value from the source string.
Returns:
the field value


vqServer API version 1.9. vqServer and the vqServer API are copyright © Steve Shering and vqSoft 1997-2000. Last updated 15 May 2000.

Contents
Package index
Package
API index