Uses of Class
de.elo.mover.main.ZipParts.ReadWrite
Package | Description |
---|---|
de.elo.mover.main |
-
Uses of ZipParts.ReadWrite in de.elo.mover.main
Methods in de.elo.mover.main that return ZipParts.ReadWrite Modifier and Type Method Description static ZipParts.ReadWrite
ZipParts.ReadWrite. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ZipParts.ReadWrite[]
ZipParts.ReadWrite. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.elo.mover.main with parameters of type ZipParts.ReadWrite Constructor Description ZipParts(java.lang.String fileName, ZipParts.ReadWrite mode)
Öffnet oder erzeugt eine Zip-Datei zum Lesen oder Schreiben der Transport Elemente.