Skip navigation links

Package org.apache.commons.text.io

StringSubstitutorReader is a Reader that performs string substitution on a source Reader using a StringSubstitutor.

See: Description

Package org.apache.commons.text.io Description

StringSubstitutorReader is a Reader that performs string substitution on a source Reader using a StringSubstitutor.

Using this Reader avoids reading a whole file into memory as a String to perform string substitution, for example, when a Servlet filters a file to a client.

Since:
1.9
Skip navigation links

Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.