Uses of Class
Client.FileAlreadyExistsException
-
Uses of Client.FileAlreadyExistsException in <Unnamed>
Methods in <Unnamed> that throw Client.FileAlreadyExistsException Modifier and Type Method Description void
Client. store(java.io.File file)
Convenience method that loads the content of the given file and then calls theClient.store(String, byte[])
methodvoid
Client. store(java.lang.String filename, byte[] data)
Executes the Store operation