IPackageReader
Overview
IPackageReader is a interface in Aspose.Cells FOSS for Java.
Provides a reader interface for reading package models from streams.
This interface provides 1 method for working with IPackageReader objects in Java programs.
Available methods include: read.
All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package.
Description
IPackageReader 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.
Methods
| Signature | Description |
|---|---|
read(stream: InputStream) → PackageModel | Reads a package model from the specified stream. |