IPackageWriter
Overview
IPackageWriter is a interface in Aspose.Cells FOSS for Java.
Provides a contract for writing package models to a stream.
This interface provides 1 method for working with IPackageWriter objects in Java programs.
Available methods include: write.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Description
IPackageWriter is an interface in Aspose.Cells FOSS for Java that defines a contract with 1 method. Classes that implement this interface must provide concrete implementations for all declared operations.
Core capabilities include: Writes the package model to the specified stream. These operations enable developers to integrate ipackagewriter functionality directly into Java applications.
Methods
| Signature | Description |
|---|---|
write(stream: OutputStream, packageModel: PackageModel) | Writes the package model to the specified stream. |