Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

Class Source

  • Direct Known Subclasses:
    FileSource, StreamSource


    public abstract class Source
    extends Object

    The source is used to contain all relevant information for an object pipe.

    • Constructor Detail

      • Source

        public Source()
    • Method Detail

      • getStreamContainer

        public abstract StreamContainer getStreamContainer()

        Gets the stream container.

        Returns:
        the stream container.

        Use with caution. You will need to dispose the stream container after retrieval.