Aspose.Html.IO Namespace
In addition to standard IO (input-output) tools the Aspose.Html.IO namespace contains helper classes and interfaces.
Classes
  ClassDescription
Public classFileCreateStreamProvider
Represents FileStream implementation for providing streams to the rendering devices.
Public classOutputStream
A surrogate stream wraps the real output stream and controls access to it.OutputStream contains URI data that describes location of the output stream.
Public classOutputStreamContext
A context for initialization of the output stream.
Interfaces
  InterfaceDescription
Public interfaceIBlob
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.
Public interfaceICreateStreamProvider
Represents an interface that can be implemented by classes providing streams to the rendering devices.
Public interfaceIFile
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.
Public interfaceIFileList
Represent the interface for list of files.
Public interfaceIOutputStorage
Provides the creation and management of output streams OutputStream.