public static final class Obfuscator.Prefix extends Object
CharSequences
or the contents of Readers
for
the part up to the length of this prefix using the prefix' obfuscator, then the rest with another.Modifier and Type | Method and Description |
---|---|
Obfuscator |
then(Obfuscator other)
Returns an obfuscator that first uses the source of this object for the length of this prefix, then another obfuscator.
|
public Obfuscator then(Obfuscator other)
The returned obfuscator is immutable if both the source of this object and the other obfuscator are.
other
- The other obfuscator to use for CharSequences
or the contents of Readers
after the length of this prefix has been exceeded.Copyright © 2020–2023. All rights reserved.