Package | Description |
---|---|
com.aspose.imaging |
The package is the core for nested packages and the most basic objects used for Aspose.Imaging processing.
|
com.aspose.imaging.fileformats.cmx |
The namespace handles Tiff file format processing.
|
com.aspose.imaging.fileformats.gif |
The package handles Gif file format processing.
|
com.aspose.imaging.fileformats.opendocument |
The Open document graphic objects
|
com.aspose.imaging.fileformats.tiff.filemanagement |
The package contains Tiff file format stream handling classes.
|
com.aspose.imaging.sources |
Package contains different stream sources which are suitable for input or output data flow.
|
Modifier and Type | Class and Description |
---|---|
class |
FileStreamContainer
Helper for file stream processing.
|
class |
SplitStreamContainer
Represents split stream container which contains the stream and provides stream processing routines.
|
Modifier and Type | Method and Description |
---|---|
StreamContainer |
DataStreamSupporter.getDataStreamContainer()
Gets the object's data stream.
|
abstract StreamContainer |
Source.getStreamContainer()
Gets the stream container.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IImageLoaderDescriptor.canLoad(StreamContainer streamContainer,
LoadOptions loadOptions)
Determines whether image loader can read a new image from the specified stream and optionally using the
loadOptions . |
Image |
IImageCreator.create(StreamContainer streamContainer,
ImageOptionsBase imageOptions,
int width,
int height)
Creates a new image instance with
imageOptions . |
void |
SplitStreamContainer.insert(int position,
StreamContainer stream,
boolean disposeStream)
Inserts the stream container into specified position.
|
Image |
IImageLoader.load(StreamContainer streamContainer,
LoadOptions loadOptions)
Opens a new image with
loadOptions . |
static com.aspose.ms.System.IO.Stream |
StreamContainer.to_Stream(StreamContainer streamContainer)
Performs an explicit conversion from
com.aspose.imaging.StreamContainer to System.IO.Stream . |
void |
StreamContainer.writeTo(StreamContainer streamContainer)
Copies the contained data to another
StreamContainer . |
void |
StreamContainer.writeTo(StreamContainer streamContainer,
long length)
Copies the contained data to another
StreamContainer . |
Constructor and Description |
---|
SplitStreamContainer(StreamContainer stream,
boolean disposeStream)
Initializes a new instance of the
SplitStreamContainer class. |
Constructor and Description |
---|
CmxImage(StreamContainer streamContainer,
LoadOptions loadOptions)
Initializes a new instance of the
CmxImage class. |
Modifier and Type | Method and Description |
---|---|
boolean |
IGifBlockLoaderDescriptor.canLoad(StreamContainer streamContainer) |
IGifBlock |
IGifBlockLoaderDescriptor.load(StreamContainer streamContainer,
IColorPalette containerPalette) |
Constructor and Description |
---|
OdgImage(StreamContainer streamContainer)
Initializes a new instance of the
OdgImage class. |
OdgImage(StreamContainer streamContainer,
LoadOptions options)
Initializes a new instance of the
OdgImage class. |
OdImage(StreamContainer streamContainer)
Initializes a new instance of the
OdImage class. |
OdImage(StreamContainer streamContainer,
LoadOptions options)
Initializes a new instance of the
OdImage class. |
OtgImage(StreamContainer streamContainer)
Initializes a new instance of the
OtgImage class. |
OtgImage(StreamContainer streamContainer,
LoadOptions loadOptions)
Initializes a new instance of the
OtgImage class. |
Modifier and Type | Method and Description |
---|---|
StreamContainer |
TiffStreamReader.toStreamContainer(long startPosition)
Converts the underlying data to the stream container.
|
Modifier and Type | Method and Description |
---|---|
static TiffStreamReader |
TiffStreamFactory.getTiffReader(StreamContainer stream,
int byteOrder)
Gets the tiff stream reader.
|
static TiffStreamWriter |
TiffStreamFactory.getTiffWriter(StreamContainer stream,
int byteOrder)
Gets the tiff stream writer.
|
Constructor and Description |
---|
TiffBigEndianStreamReader(StreamContainer streamContainer)
Initializes a new instance of the
TiffBigEndianStreamReader class. |
TiffBigEndianStreamWriter(StreamContainer writer)
Initializes a new instance of the
TiffBigEndianStreamWriter class. |
TiffStreamReader(StreamContainer streamContainer)
Initializes a new instance of the
TiffStreamReader class. |
TiffStreamWriter(StreamContainer writer)
Initializes a new instance of the
TiffStreamWriter class. |
Modifier and Type | Method and Description |
---|---|
StreamContainer |
StreamSource.getStreamContainer()
Gets the stream container.
|
StreamContainer |
FileOpenSource.getStreamContainer()
Gets the stream container.
|
StreamContainer |
FileCreateSource.getStreamContainer()
Gets the stream container.
|
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.