public interface IWrappedWritableResource extends IWritableResource
| Modifier and Type | Method and Description |
|---|---|
IWritableResource |
getWrappedWritableResource() |
default boolean |
isWriteMultiple()
Check if the
OutputStream from IHasOutputStream.getOutputStream(EAppend)
can be qcquired more than once or not. |
getWritableCloneForPathgetWritergetOutputStreamexists, getAsFile, getAsURL, getPath, getResourceID@Nonnull IWritableResource getWrappedWritableResource()
null.default boolean isWriteMultiple()
IHasOutputStreamOutputStream from IHasOutputStream.getOutputStream(EAppend)
can be qcquired more than once or not.isWriteMultiple in interface IHasOutputStreamtrue if the output stream can be acquired more than
once, false if not.Copyright © 2014–2017 Philip Helger. All rights reserved.