See: Description
Interface | Description |
---|---|
CreateFileStream |
Represents interface that instantiates stream used to write output file data.
|
CreatePageStream |
Represents interface that instantiates stream used to write output page data.
|
CreateResourceStream |
Represents interface that instantiates stream used to write output HTML resource data.
|
CreateResourceUrl |
Represents interface that creates URL for HTML resource.
|
FileReader |
Declares method for reading file stream.
|
FileStreamFactory |
Defines methods which are required for instantiating and releasing output file stream.
|
PageStreamFactory |
Defines the methods that are required for instantiating and releasing output page stream.
|
ReleaseFileStream |
Releases interface which was instantiated by the method associated with
CreateFileStream interface. |
ReleasePageStream |
Releases stream which was instantiated by the method associated with
CreatePageStream interface. |
ReleaseResourceStream |
Releases stream which was instantiated by the method associated with
CreateResourceStream interface. |
ResourceStreamFactory |
Defines the methods that are required for creating resource URL, instantiating and releasing output HTML resource stream.
|