Uses of Class
cz.zcu.ups.arcaoftpd.client.TransferMode

Packages that use TransferMode
cz.zcu.ups.arcaoftpd.client   
 

Uses of TransferMode in cz.zcu.ups.arcaoftpd.client
 

Methods in cz.zcu.ups.arcaoftpd.client that return TransferMode
 TransferMode ClientParameters.getTransferMode()
          Vraci rezim prenosu (ascii, binary)
static TransferMode TransferMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransferMode[] TransferMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.zcu.ups.arcaoftpd.client with parameters of type TransferMode
 ClientParameters ClientParameters.setTransferMode(TransferMode transferMode)
          Nastavuje rezim prenosu (ascii, binary)