Package | Description |
---|---|
com.groupdocs.conversion.domain |
The
<b>GroupDocs.Conversion.Domain</b> namespace provides common classes to operate with GroupDocs.Conversion |
com.groupdocs.conversion.handler.cache |
The
<b>GroupDocs.Conversion.Handler.Cache</b> namespace exposes interfaces which should be implemented to customize caching behaviour |
Modifier and Type | Method and Description |
---|---|
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
SaveOptions saveOptions) |
static CacheFileDescription |
CacheFileDescription.fromFileDescription(FileDescription fileDescription,
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 © 2017. All rights reserved.