This method is equivalent to calling {@link #open(String)}, followed by a {@link Store#save(Key)} and a {@link Store#close()} on the resulting{@link Store}. @param address String address of the key storage location. @param key Key to save. @throws IllegalAddressException if the address is not a valid URI or if itis not recognized by the driver. @throws NoSuitableDriverException if the address cannot be handled by anyinstalled driver. @throws StoreException if there was an issue writing to the location.
|
|