StringSubstitutorReader
is a Reader
that performs string
substitution on a source Reader
using a StringSubstitutor
.See: Description
Class | Description |
---|---|
StringSubstitutorReader |
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.
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.