public interface IOperationResult
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
Gets raw data.
|
boolean |
isByteArray()
Indicates whether the result is a bytes array.
|
boolean |
isFile()
Indicates whether the result is a path to an output file.
|
boolean |
isStream()
Indicates whether the result is an output stream.
|
boolean |
isString()
Indicates whether the result is a text string.
|
String |
toFile()
Tries to convert the result to the file.
|
OutputStream |
toStream()
Tries to convert the result to a stream object.
|
boolean isFile()
boolean isStream()
boolean isString()
boolean isByteArray()
Indicates whether the result is a bytes array.
true if the result is a bytes array; otherwise false.Object getData()
String toFile()
OutputStream toStream()
Tries to convert the result to a stream object.
null.Copyright © 2025 Aspose. All Rights Reserved.