- skip(long) - Method in class com.github.robtimus.obfuscation.support.CountingReader
-
- skipLeadingWhitespace(CharSequence, int, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Skips leading
whitespace
in a range of a
CharSequence
.
- skipTrailingWhitespace(CharSequence, int, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Skips trailing
whitespace
in a range of a
CharSequence
.
- splitLength() - Method in class com.github.robtimus.obfuscation.Obfuscator.SplitPoint
-
Returns the length of CharSequence
ranges to not obfuscate when splitting.
- SplitPoint() - Constructor for class com.github.robtimus.obfuscation.Obfuscator.SplitPoint
-
Creates a new split point.
- splitStart(CharSequence, int, int) - Method in class com.github.robtimus.obfuscation.Obfuscator.SplitPoint
-
For a given CharSequence
range, finds the index where to start to split.
- splitTo(Obfuscator, Obfuscator) - Method in class com.github.robtimus.obfuscation.Obfuscator.SplitPoint
-
Creates an obfuscator that splits obfuscation at this split point.
- streamTo(Appendable) - Method in class com.github.robtimus.obfuscation.Obfuscator
-
Returns a writer that, when written to, will obfuscate its contents.
- stringKeyedBuilder() - Static method in class com.github.robtimus.obfuscation.MapObfuscator
-
Returns a builder that will create MapObfuscators
that support maps with String
keys.