- read() - Method in class com.github.robtimus.obfuscation.support.CountingReader
-
- read(char[], int, int) - Method in class com.github.robtimus.obfuscation.support.CountingReader
-
- readAll(Reader) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Reads the contents of a Reader
.
- readAtMost(Reader, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Returns a Reader
that is able to read only a portion of text from another Reader
.
- reader(CharSequence) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Returns a Reader
for a CharSequence
.
- reader(CharSequence, int, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Returns a Reader
for a portion of a CharSequence
.
- ready() - Method in class com.github.robtimus.obfuscation.support.CountingReader
-
- repeatChar(char, int) - Static method in class com.github.robtimus.obfuscation.support.ObfuscatorUtils
-
Creates an immutable CharSequence
that repeats a single character.
- reset() - Method in class com.github.robtimus.obfuscation.support.CountingReader
-