public class GZIPWritableResource extends AbstractWrappedWritableResource
| Constructor and Description |
|---|
GZIPWritableResource(IWritableResource aBaseResource) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getOutputStream(EAppend eAppend)
Get the output stream to read from the object.
|
GZIPWritableResource |
getWritableCloneForPath(String sPath)
Get a new resource of the same implementation type as this object but for a
different path.
|
exists, getAsFile, getAsURL, getPath, getResourceID, getWrappedWritableResource, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisWriteMultiplegetBufferedWriter, getWritergetBufferedOutputStreampublic GZIPWritableResource(@Nonnull IWritableResource aBaseResource)
@Nullable public OutputStream getOutputStream(@Nonnull EAppend eAppend)
IHasOutputStreamOutputStream needs to be created!eAppend - appending mode. May not be null.null if resolving failed.@Nonnull public GZIPWritableResource getWritableCloneForPath(@Nonnull String sPath)
IWritableResourcesPath - The new path to use. May not be null.null.Copyright © 2014–2020 Philip Helger. All rights reserved.