|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.InputStream in DECODE mode.
Base64.InputStream in
either ENCODE or DECODE mode.
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.Base64.OutputStream in ENCODE mode.
Base64.OutputStream in
either ENCODE or DECODE mode.
Settings (underlying uses ImmutableSettings) based on everything
set on this builder.
String, changing the first letter to
upper case as per Character.toUpperCase(char).
System.out or
System.err using a layout specified by the user.raw ByteBuffer,
writing it to the encoded ByteBuffer.
raw ByteBuffer,
writing it to the encoded CharBuffer.
Base64.encodeBytes(byte[]) but returns
a byte array instead of instantiating a String.
Base64.encodeBytes(byte[], int, int, int) but returns
a byte array instead of instantiating a String.
Map.
null nor of length 0.
null nor of length 0.
ImmutableSettings.Builder.build() an immutable
settings implementation.true if a DEBUG level message is logged.
true if an ERROR level message is logged.
true if an INFO level message is logged.
true if a TRACE level message is logged.
true if a WARN level message is logged.
localeString into a Locale.
PropertyPlaceholderHelper that uses the supplied prefix and suffix.
PropertyPlaceholderHelper that uses the supplied prefix and suffix.
Base64.InputStream.read() repeatedly until the end of stream
is reached or len bytes are read.
${name} with the corresponding property from the supplied Properties.
${name} with the value returned from the supplied PropertyPlaceholder.PlaceholderResolver.
String.trim() on each of them.
String, changing the first letter to
lower case as per Character.toLowerCase(char).
Base64.OutputStream.write(int) repeatedly until len
bytes are written.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||