com.groupdocs.viewer.interfaces
The package provides interfaces for instantiating and releasing the output document and its resources.
These interfaces are used to manage the creation and release of streams and URLs associated with the output file, pages, and HTML resources.
The main interfaces in this package are:
- CreateFileStream - Represents an interface for instantiating a stream used to write output file data.
- FileStreamFactory - Defines methods for instantiating and releasing the output file stream.
- ReleasePageStream - Releases a stream that was instantiated by a method associated with the CreatePageStream interface.
For more details on working with these interfaces and customizing the output document and resource handling in GroupDocs.Viewer, lease refer to the GroupDocs.Viewer Documentation.
Interfaces
Interface | Description |
---|---|
CreateFileStream | Represents an interface that instantiates a stream used to write output file data. |
CreatePageStream | Represents an interface that instantiates a stream used to write output page data. |
CreateResourceStream | Represents an interface that instantiates a stream used to write output HTML resource data. |
CreateResourceUrl | Represents an interface that creates a URL for an HTML resource. |
FileReader | Declares an interface for reading a file stream. |
FileStreamFactory | Defines methods that are required for instantiating and releasing an output file stream. |
PageStreamFactory | Defines the methods that are required for instantiating and releasing an output page stream. |
ReleaseFileStream | Releases an interface that was instantiated by the method associated with the CreateFileStream interface. |
ReleasePageStream | Releases a stream that was instantiated by the method associated with the CreatePageStream interface. |
ReleaseResourceStream | Releases a stream that was instantiated by the method associated with the CreateResourceStream interface. |
ResourceStreamFactory | Defines the methods that are required for creating a resource URL, instantiating, and releasing an output HTML resource stream. |