Uses of Class
org.nuxeo.ecm.core.utils.BlobUtils.ZIP_ENTRY_ENCODING_OPTIONS
-
Packages that use BlobUtils.ZIP_ENTRY_ENCODING_OPTIONS Package Description org.nuxeo.ecm.core.utils -
-
Uses of BlobUtils.ZIP_ENTRY_ENCODING_OPTIONS in org.nuxeo.ecm.core.utils
Methods in org.nuxeo.ecm.core.utils that return BlobUtils.ZIP_ENTRY_ENCODING_OPTIONS Modifier and Type Method Description static BlobUtils.ZIP_ENTRY_ENCODING_OPTIONS
BlobUtils.ZIP_ENTRY_ENCODING_OPTIONS. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlobUtils.ZIP_ENTRY_ENCODING_OPTIONS[]
BlobUtils.ZIP_ENTRY_ENCODING_OPTIONS. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-