Package | Description |
---|---|
com.groupdocs.viewer.legacy.storage |
The package provides members, that allow users to implement their own storage system.
|
Modifier and Type | Method and Description |
---|---|
com.groupdocs.viewer.legacy.storage.IFileInfo |
IFileStorage.getFileInfo(String path)
Deprecated.
Retrieves file information
|
com.groupdocs.viewer.legacy.storage.IFileInfo |
LocalFileStorage.getFileInfo(String path)
Deprecated.
Retrieves file information
|
Modifier and Type | Method and Description |
---|---|
Iterable<com.groupdocs.viewer.legacy.storage.IFileInfo> |
IFileStorage.getFilesInfo(String path)
Deprecated.
Retrieves list of files and folders
|
Iterable<com.groupdocs.viewer.legacy.storage.IFileInfo> |
LocalFileStorage.getFilesInfo(String path)
Deprecated.
Retrieves list of files and folders
|
Copyright © 2020. All rights reserved.