static BitspeakConfig.Builder |
BitspeakConfig.newBuilder() |
Retrieve a new builder of bitspeak configuration instances.
|
static BitspeakConfig.Builder |
BitspeakConfig.newBuilder(BitspeakConfig template) |
Retrieve a new builder of bitspeak configuration instances, initialized as a copy of the given configuration-
|
BitspeakConfig.Builder |
BitspeakConfig.Builder.withLineDelimiter(CharSequence lineDelimiter) |
Set the the delimiter inserted between each line by the encoder.
|
BitspeakConfig.Builder |
BitspeakConfig.Builder.withMaxLineSize(int maxLineSize) |
Set the the maximum number of characters, including delimiters, the encoder will output in each encoded line.
|
BitspeakConfig.Builder |
BitspeakConfig.Builder.withMaxWordSize(int maxWordSize) |
Set the maximum number of characters the encoder will output in each word.
|
BitspeakConfig.Builder |
BitspeakConfig.Builder.withSkipCharPredicate(CharPredicate skipCharPredicate) |
Set the predicate that matches characters that will be silently skipped by the decoder.
|
BitspeakConfig.Builder |
BitspeakConfig.Builder.withWordDelimiter(CharSequence wordDelimiter) |
Set the the delimiter inserted between each line by the encoder.
|