|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StreamContainer in com.aspose.imaging |
---|
Subclasses of StreamContainer in com.aspose.imaging | |
---|---|
class |
FileStreamContainer
Helper for file stream processing. |
Methods in com.aspose.imaging that return StreamContainer | |
---|---|
static StreamContainer |
Cache.allocate(long length)
Allocates a new stream container of the specified length. |
StreamContainer |
DataStreamSupporter.getDataStreamContainer()
Gets the object's data stream. |
StreamContainer |
Source.getStreamContainer()
Gets the stream container. |
Methods in com.aspose.imaging with parameters of type StreamContainer | |
---|---|
protected void |
DataStreamSupporter.onDataStreamContainerChanging(StreamContainer streamContainer)
Called when data stream container is changing. |
void |
DataStreamSupporter.setDataStreamContainer(StreamContainer value)
Sets the object's data stream. |
static Stream |
StreamContainer.toStream(StreamContainer streamContainer)
Performs an explicit conversion from StreamContainer to System.IO.Stream . |
Uses of StreamContainer in com.aspose.imaging.fileformats.gif |
---|
Methods in com.aspose.imaging.fileformats.gif with parameters of type StreamContainer | |
---|---|
boolean |
IGifBlockLoaderDescriptor.canLoad(StreamContainer streamContainer)
|
IGifBlock |
IGifBlockLoaderDescriptor.load(StreamContainer streamContainer)
|
Uses of StreamContainer in com.aspose.imaging.fileformats.psd |
---|
Methods in com.aspose.imaging.fileformats.psd with parameters of type StreamContainer | |
---|---|
protected void |
PsdImage.onDataStreamContainerChanging(StreamContainer streamContainer)
Called when data stream container is changing. |
void |
ResourceBlock.save(StreamContainer stream)
Saves the resource block to the specified stream. |
protected abstract void |
ResourceBlock.saveData(StreamContainer streamContainer)
Saves the resource block data. |
Uses of StreamContainer in com.aspose.imaging.fileformats.psd.resources |
---|
Methods in com.aspose.imaging.fileformats.psd.resources with parameters of type StreamContainer | |
---|---|
protected void |
ThumbnailResource.saveCommonData(StreamContainer streamContainer)
Saves the common data. |
protected void |
GridAndGuidesResouce.saveData(StreamContainer streamContainer)
Saves the resource block data. |
protected void |
Thumbnail4Resource.saveData(StreamContainer streamContainer)
Saves the resource block data. |
protected void |
ThumbnailResource.saveData(StreamContainer streamContainer)
Saves the resource block data. |
protected void |
TransparencyIndexResource.saveData(StreamContainer streamContainer)
Saves the resource block data. |
protected void |
UnknownResource.saveData(StreamContainer streamContainer)
Saves the resource block data. |
Uses of StreamContainer in com.aspose.imaging.interfaces |
---|
Methods in com.aspose.imaging.interfaces with parameters of type StreamContainer | |
---|---|
boolean |
IImageLoaderDescriptor.canLoad(StreamContainer streamContainer,
LoadOptionsBase loadOptions)
|
Image |
IImageCreator.create(StreamContainer streamContainer,
CreateOptionsBase createOptions)
|
Image |
IImageLoader.load(StreamContainer streamContainer,
LoadOptionsBase loadOptions)
|
Uses of StreamContainer in com.aspose.imaging.sources |
---|
Methods in com.aspose.imaging.sources that return StreamContainer | |
---|---|
StreamContainer |
FileCreateSource.getStreamContainer()
Gets the stream container. |
StreamContainer |
FileOpenSource.getStreamContainer()
Gets the stream container. |
StreamContainer |
StreamSource.getStreamContainer()
Gets the stream container. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |