Uses of Class
tv.hd3g.transfertfiles.filters.CompressFormat
-
Packages that use CompressFormat Package Description tv.hd3g.transfertfiles.filters -
-
Uses of CompressFormat in tv.hd3g.transfertfiles.filters
Methods in tv.hd3g.transfertfiles.filters that return CompressFormat Modifier and Type Method Description static CompressFormatCompressFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressFormat[]CompressFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in tv.hd3g.transfertfiles.filters with parameters of type CompressFormat Constructor Description DataExchangeFilterCompress(CompressFormat format)DataExchangeFilterDecompress(CompressFormat format)Deprecated, for removal: This API element is subject to removal in a future version.DataExchangeFilterDecompress(CompressFormat format, int maxMemoryInKb)Deprecated, for removal: This API element is subject to removal in a future version.
-