| Aspose.Html.IO Namespace |
| Class | Description | |
|---|---|---|
| FileCreateStreamProvider | Represents FileStream implementation for providing streams to the rendering devices. | |
| OutputStream | A surrogate stream wraps the real output stream and controls access to it.OutputStream contains URI data that describes location of the output stream. | |
| OutputStreamContext | A context for initialization of the output stream. |
| Interface | Description | |
|---|---|---|
| IBlob | A Blob object refers to a byte sequence, and has a size attribute which is the total number of bytes in the byte sequence, and a type attribute, which is an ASCII-encoded string in lower case representing the media type of the byte sequence. | |
| ICreateStreamProvider | Represents an interface that can be implemented by classes providing streams to the rendering devices. | |
| IFile | A File object is a Blob object with a name attribute, which is a string; it can be created within the web application via a constructor, or is a reference to a byte sequence from a file from the underlying (OS) file system. | |
| IFileList | Represent the interface for list of files. | |
| IOutputStorage | Provides the creation and management of output streams OutputStream. |