Used to preprocess the given input stream to the specified output stream or to preprocess a given item.
Syntax
pp.preprocess( Reader , Writer )
Parameters
pp
|
an instance of the pp class.
|
Reader
|
contains the item to preprocessed.
|
Writer
|
will contain the resultant preprocessed item.
|
Returns
Notes
Example
pp.preprocess(reader, writer)
Syntax
Parameters
pp
|
an instance of the pp class.
|
String
|
constains the item to preprocess.
|
Returns
String
|
contains the preprocessed item.
|
Notes
Example
pp.preprocess(item)
|