Constructor for "dummy" instances.seeBaseFilterReader#BaseFilterReader() super();
super();
Creates a new filtered reader.paramin A Reader object providing the underlying stream. Must not be null. super(in);
null
super(in);
Returns the parameters to be used by this filter.returnthe parameters to be used by this filter return parameters;
return parameters;
Sets the parameters used by this filter, and sets the filter to an uninitialized status.paramparameters The parameters to be used by this filter. Should not be null. this.parameters = parameters; setInitialized(false);
this.parameters = parameters; setInitialized(false);