Package | Description |
---|---|
com.groupdocs.conversion.domain |
The GroupDocs.Conversion.Domain namespace provides common classes to operate with GroupDocs.Conversion
|
com.groupdocs.conversion.handler.cache |
The GroupDocs.Conversion.Handler.Cache namespace exposes interfaces which should be implemented to customize caching behaviour
|
Modifier and Type | Method and Description |
---|---|
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
com.groupdocs.conversion.options.save.SaveOptions saveOptions) |
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
com.groupdocs.conversion.options.save.SaveOptions saveOptions,
int currentPage) |
Modifier and Type | Method and Description |
---|---|
boolean |
ICacheDataHandler.exists(CacheFileDescription cacheFileDescription) |
String |
ICacheDataHandler.getCacheUri(CacheFileDescription cacheFileDescription) |
InputStream |
ICacheDataHandler.getInputStream(CacheFileDescription cacheFileDescription) |
com.aspose.ms.System.IO.Stream |
ICacheDataHandler.getInputStreamInternal(CacheFileDescription cacheFileDescription) |
OutputStream |
ICacheDataHandler.getOutputSaveStream(CacheFileDescription cacheFileDescription) |
com.aspose.ms.System.IO.Stream |
ICacheDataHandler.getOutputSaveStreamInternal(CacheFileDescription cacheFileDescription) |
Copyright © 2019. All rights reserved.