bytes

fun bytes(address: String): ByteString?

Return the contents of address as bytes, or null if no such resource exists. Note that this method reads the resource on every use. It is the caller's responsibility to cache the result if it is to be loaded frequently.