Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

C

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
Sets the default case sensitivity for new keys to CaseSensitivity.CASE_INSENSITIVE.
caseInsensitiveByDefault() - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
Sets the default case sensitivity for new properties to CaseSensitivity.CASE_INSENSITIVE.
caseInsensitiveByDefault() - Method in class com.github.robtimus.obfuscation.support.MapBuilder
Sets the default case sensitivity for new entries to CaseSensitivity.CASE_INSENSITIVE.
caseSensitiveByDefault() - Method in class com.github.robtimus.obfuscation.MapObfuscator.StringKeyedBuilder
Sets the default case sensitivity for new keys to CaseSensitivity.CASE_SENSITIVE.
caseSensitiveByDefault() - Method in class com.github.robtimus.obfuscation.PropertiesObfuscator.Builder
Sets the default case sensitivity for new properties to CaseSensitivity.CASE_SENSITIVE.
caseSensitiveByDefault() - Method in class com.github.robtimus.obfuscation.support.MapBuilder
Sets the default case sensitivity for new entries to CaseSensitivity.CASE_SENSITIVE.
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 CharSequences 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.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2020–2023. All rights reserved.