Interface GordianZipFileEntry
public interface GordianZipFileEntry
GordianKnot File Entry API.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the file.getUserLongProperty(String pPropertyName) Get User Long property.getUserStringProperty(String pPropertyName) Get User String property.voidsetUserLongProperty(String pPropertyName, Long pPropertyValue) Set User Long property.voidsetUserStringProperty(String pPropertyName, String pPropertyValue) Set User String property.
-
Method Details
-
getFileName
String getFileName()Obtain the name of the file.- Returns:
- the name of the file
-
setUserStringProperty
Set User String property.- Parameters:
pPropertyName- the property namepPropertyValue- the property value
-
setUserLongProperty
Set User Long property.- Parameters:
pPropertyName- the property namepPropertyValue- the property value
-
getUserStringProperty
Get User String property.- Parameters:
pPropertyName- the property name- Returns:
- the property value (or null)
-
getUserLongProperty
Get User Long property.- Parameters:
pPropertyName- the property name- Returns:
- the property value (or null)
-