public abstract boolean isReadOnly ()

Tells whether this file store is read-only. A file store is read-only if it does not support write operations or other changes to files. Any attempt to create a file, open an existing file for writing etc. causes an IOException to be thrown.

Returns:  true if, and only if, this file store is read-only