Package com.helger.io.resource.wrapped
Interface IWrappedWritableResource
- All Superinterfaces:
com.helger.base.io.iface.IHasOutputStream,com.helger.base.io.iface.IHasOutputStreamAndWriter,IResourceBase,IWritableResource
- All Known Implementing Classes:
AbstractWrappedWritableResource,GZIPWritableResource
Interface for writable resources that are "wrapped".
- Author:
- Philip Helger
-
Method Summary
Methods inherited from interface com.helger.base.io.iface.IHasOutputStream
getBufferedOutputStream, getOutputStreamMethods inherited from interface com.helger.base.io.iface.IHasOutputStreamAndWriter
getBufferedWriter, getWriterMethods inherited from interface com.helger.io.resource.IResourceBase
exists, getAsFile, getAsURL, getPath, getResourceIDMethods inherited from interface com.helger.io.resource.IWritableResource
getWritableCloneForPath
-
Method Details
-
getWrappedWritableResource
@NonNull IWritableResource getWrappedWritableResource()- Returns:
- The wrapped resource. May not be
null.
-
isWriteMultiple
default boolean isWriteMultiple()- Specified by:
isWriteMultiplein interfacecom.helger.base.io.iface.IHasOutputStream
-