Uses of Class
Client.FileDoesNotExistException
-
Uses of Client.FileDoesNotExistException in <Unnamed>
Methods in <Unnamed> that throw Client.FileDoesNotExistException Modifier and Type Method Description byte[]
Client. load(java.lang.String filename)
Executes the Load operationvoid
Client. load(java.lang.String filename, java.io.File fileFolder)
Convenience method that callsClient.load(String)
method and stores the data received from the Dstore in a newfilename
file infileFolder
folder.void
Client. remove(java.lang.String filename)
Executes the Remove operation