| Class | Description |
|---|---|
| GetResourceAsByteArrayFunction |
Function to return a resource as a byte array
|
| GetResourceAsReusableStreamFunction |
Function to return a resource as a stream that can be read multiple times
|
| GetResourceAsStreamFunction |
Function to return a resource as a stream
|
| GetResourceAsStringFunction |
Function to return a resource as a string
|
| GetResourceFunction |
This is an extension that picks an indicated file, an returns its content in the payload of the message from where the method
was called.
|
| MunitResource |
This is the class returned by the GetResourceFunction.
|
| ReusableByteArrayInputStream |
This is a special implementation of the ByteArrayInputStream.
|
Copyright © 2017. All rights reserved.