Binary Data

The following methods are provided for accessing binary data:

Binary data can be represented in 3 formats:

The binary data format is controlled via the following setting:

For example:

key = Zm9vYmFycw==

byte[] bytes = config.getBytes("key");

Binary lines can be split up into separate lines for readability:

key = Zm9vYm Fycw==

Binary data line wrapping can be controlled via the following setting: