@MustImplementEqualsAndHashcode public interface IWritableResource extends IHasOutputStreamAndWriter, IResourceBase
| Modifier and Type | Method and Description |
|---|---|
IWritableResource |
getWritableCloneForPath(String sPath)
Get a new resource of the same implementation type as this object but for a
different path.
|
getBufferedWriter, getWritergetBufferedOutputStream, getOutputStream, isWriteMultipleexists, getAsFile, getAsURL, getPath, getResourceID@Nonnull IWritableResource getWritableCloneForPath(@Nonnull String sPath)
sPath - The new path to use. May not be null.null.Copyright © 2014–2022 Philip Helger. All rights reserved.