ArchiveFormatInfo
Inheritance: java.lang.Object
public abstract class ArchiveFormatInfo
Represents information about the archive format.
Constructors
Constructor | Description |
---|---|
ArchiveFormatInfo() |
Methods
Method | Description |
---|---|
getFormat() | Gets the archive format. |
toString() | Returns string representation of the instance of the ArchiveFormatInfo class. |
ArchiveFormatInfo()
public ArchiveFormatInfo()
getFormat()
public abstract ArchiveFormat getFormat()
Gets the archive format.
Returns: ArchiveFormat - the archive format.
toString()
public String toString()
Returns string representation of the instance of the ArchiveFormatInfo class.
Returns: java.lang.String - string representation of this object