Package com.aspose.zip
Class ArchiveFormatInfo
- java.lang.Object
-
- com.aspose.zip.ArchiveFormatInfo
-
public abstract class ArchiveFormatInfo extends Object
Represents information about the archive format.
-
-
Constructor Summary
Constructors Constructor Description ArchiveFormatInfo()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ArchiveFormatgetFormat()Gets the archive format.StringtoString()Returns string representation of the instance of theArchiveFormatInfoclass.
-
-
-
Method Detail
-
getFormat
public abstract ArchiveFormat getFormat()
Gets the archive format.
- Returns:
- the archive format
-
toString
public String toString()
Returns string representation of the instance of the
ArchiveFormatInfoclass.
-
-