- cached() - Method in class com.github.robtimus.obfuscation.Obfuscated
-
Returns an obfuscated object that caches the results of obfuscating.
- CachingObfuscatingWriter - Class in com.github.robtimus.obfuscation.support
-
A writer that caches all contents until it is closed.
- CachingObfuscatingWriter(Obfuscator, Appendable) - Constructor for class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
-
Creates a new writer.
- CachingObfuscatingWriter(Obfuscator, Appendable, int) - Constructor for class com.github.robtimus.obfuscation.support.CachingObfuscatingWriter
-
Creates a new writer.
- caseInsensitiveByDefault() - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
-
- caseInsensitiveByDefault() - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
-
- caseInsensitiveByDefault() - Method in class com.github.robtimus.obfuscation.support.MapBuilder
-
- caseSensitiveByDefault() - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
-
- caseSensitiveByDefault() - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
-
- caseSensitiveByDefault() - Method in class com.github.robtimus.obfuscation.support.MapBuilder
-
- CaseSensitivity - Enum in com.github.robtimus.obfuscation.support
-
Represents the possible case sensitivities.
- checkClosed() - Method in class com.github.robtimus.obfuscation.support.ObfuscatingWriter
-
Checks whether or not this stream is already closed.
- checkIndex(char[], int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Checks whether or not an index is valid for a character array.
- checkIndex(CharSequence, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Checks whether or not an index is valid for a CharSequence
.
- checkOffsetAndLength(char[], int, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Checks whether or not an offset and length are valid for a character array.
- checkOffsetAndLength(CharSequence, int, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Checks whether or not an offset and length are valid for a CharSequence
.
- checkStartAndEnd(char[], int, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Checks whether or not a start and end index are valid for a character array.
- checkStartAndEnd(CharSequence, int, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Checks whether or not a start and end index are valid for a CharSequence
.
- close() - Method in class com.github.robtimus.obfuscation.support.CountingReader
-
- close() - Method in class com.github.robtimus.obfuscation.support.ObfuscatingWriter
-
Closes the stream.
- closed() - Method in class com.github.robtimus.obfuscation.support.ObfuscatingWriter
-
Returns whether or not this stream is already closed.
- com.github.robtimus.obfuscation - package com.github.robtimus.obfuscation
-
Contains classes and interfaces for obfuscating text.
- com.github.robtimus.obfuscation.support - package com.github.robtimus.obfuscation.support
-
Contains classes that can help with creating obfuscators.
- concat(CharSequence, CharSequence) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Concatenates two CharSequence
s into one.
- copyAll(Reader, Appendable) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Copies the contents of a Reader
to an Appendable
.
- copyTo(Reader, Appendable) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Returns a Reader
that transparently appends all text read from another Reader
to an Appendable
.
- count() - Method in class com.github.robtimus.obfuscation.support.CountingReader
-
Returns the number of characters read so far.
- counting(Reader) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Returns a Reader
that counts all text read from another Reader
.
- CountingReader - Class in com.github.robtimus.obfuscation.support
-
A
Reader
that counts the number of characters that are read.