public class ResourceLoadingResult
extends com.aspose.latex.converter.latex2aps.ResourceLoadingResult
Represents resource loading result object.
Constructor and Description |
---|
ResourceLoadingResult(byte[] data)
Initializes a new instance of the
ResourceLoadingResult class. |
ResourceLoadingResult(byte[] data,
Charset encoding)
Initializes a new instance of the
ResourceLoadingResult class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData_ResourceLoadingResult_New()
Gets the resource data.
|
Charset |
getEncoding_ResourceLoadingResult_New()
Gets the encoding.
|
public ResourceLoadingResult(byte[] data)
Initializes a new instance of the ResourceLoadingResult
class.
data
- The resource data.public ResourceLoadingResult(byte[] data, Charset encoding)
Initializes a new instance of the ResourceLoadingResult
class.
data
- The resource data.encoding
- The encoding.public byte[] getData_ResourceLoadingResult_New()
Gets the resource data.
public Charset getEncoding_ResourceLoadingResult_New()
Gets the encoding.