Deprecated.Please use the newDelimitedParser(Connection, Reader, String, char, char, boolean).
The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
Deprecated.Please use the newDelimitedParser(Reader, Reader, String, char, char, boolean).
The InputStream can be wrapped in a "new InputStreamReader(InputStream)"
Static utilities that are used to perform parsing in the
DataSet class These can also be used for low level parsing, if not
wishing to use the DataSet class.
Removes chars from the String that could not
be parsed into a Long value
PZStringUtils.stripNonLongChars("1000.25") = "1000"
Method will truncate everything to the right of the decimal
place when encountered.