readPresentation
Contents
[
Hide
]readPresentation(byte[] data) method
Reads an existing presentation from array
Parameters
| Name | Type | Description |
|---|---|---|
| data | byte[] | Array to read |
Returns
readPresentation(byte[] data, LoadOptions options) method
Reads an existing presentation from array with additional load options
Parameters
| Name | Type | Description |
|---|---|---|
| data | byte[] | Array to read |
| options | LoadOptions | Load options |
Returns
readPresentation(InputStream stream) method
Reads an existing presentation from stream
Parameters
| Name | Type | Description |
|---|---|---|
| stream | InputStream | Input stream to read |
Returns
readPresentation(InputStream stream, LoadOptions options) method
Reads an existing presentation from stream with additional load options
Parameters
| Name | Type | Description |
|---|---|---|
| stream | InputStream | Input stream to read |
| options | LoadOptions | Load options |
Returns
readPresentation(String file) method
Reads an existing presentation from file
Parameters
| Name | Type | Description |
|---|---|---|
| file | String | File name |
Returns
readPresentation(String file, LoadOptions options) method
Reads an existing presentation from stream with additional load options
Parameters
| Name | Type | Description |
|---|---|---|
| file | String | File name |
| options | LoadOptions | Load options |