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