Object loadResourceAsByte(String uri)
Object loadResourceAsByte(String uri)
Name | Type | Description |
---|---|---|
uri | String | Relative path of a file if any uri is provided, else null. |
Type | Description |
---|---|
Object | Returns the contents of the file the uri is pointing to in a byte array format. |