Uses of Interface
com.helger.commons.io.IHasOutputStreamAndWriter
-
Packages that use IHasOutputStreamAndWriter Package Description com.helger.commons.io.resource com.helger.commons.io.resource.wrapped com.helger.commons.io.streamprovider -
-
Uses of IHasOutputStreamAndWriter in com.helger.commons.io.resource
Subinterfaces of IHasOutputStreamAndWriter in com.helger.commons.io.resource Modifier and Type Interface Description interfaceIReadWriteResourceBase interface for an abstract resource that is both readable and writable.interfaceIWritableResourceBase interface for an abstract writable resource.Classes in com.helger.commons.io.resource that implement IHasOutputStreamAndWriter Modifier and Type Class Description classFileSystemResourceImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects. -
Uses of IHasOutputStreamAndWriter in com.helger.commons.io.resource.wrapped
Subinterfaces of IHasOutputStreamAndWriter in com.helger.commons.io.resource.wrapped Modifier and Type Interface Description interfaceIWrappedWritableResourceInterface for writable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IHasOutputStreamAndWriter Modifier and Type Class Description classAbstractWrappedWritableResourceA wrapper around a writable resource forOutputStreammanipulation .classGZIPWritableResourceA writable resource that is GZIP compressed. -
Uses of IHasOutputStreamAndWriter in com.helger.commons.io.streamprovider
Classes in com.helger.commons.io.streamprovider that implement IHasOutputStreamAndWriter Modifier and Type Class Description classByteArrayOutputStreamProviderAnOutputStreamprovider based on a byte array.
-