bytes

fun bytes(content: ByteArray): Config

Returns a child config containing values from specified byte array.

Return

a child config containing values from specified byte array

Parameters

content

specified byte array

fun bytes(content: ByteArray, offset: Int, length: Int): Config

Returns a child config containing values from specified portion of byte array.

Return

a child config containing values from specified portion of byte array

Parameters

content

specified byte array

offset

the start offset of the portion of the array to read

length

the length of the portion of the array to read