public interface CryptoResource
File.| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
String |
getUri() |
InputStream |
openInputStream() |
OutputStream |
openOutputStream() |
String getUri()
boolean exists()
true if this resource already exists, false otherwise.InputStream openInputStream()
InputStream to read this resource.IllegalStateException - if this resource does not exist.OutputStream openOutputStream()
OutputStream to write to this resource. If the resource already exists the
data written to the OutputStream will overwrite all existing data. Otherwise (if not yet
exists) it will be created.Copyright © 2001–2019 mmm-Team. All rights reserved.