Uses of Interface
com.helger.commons.io.IHasOutputStream
-
Packages that use IHasOutputStream Package Description com.helger.commons.io com.helger.commons.io.resource com.helger.commons.io.resource.wrapped com.helger.commons.io.streamprovider -
-
Uses of IHasOutputStream in com.helger.commons.io
Subinterfaces of IHasOutputStream in com.helger.commons.io Modifier and Type Interface Description interfaceIHasOutputStreamAndWriterA callback interface to retrieveWriterobjects based on InputStreams. -
Uses of IHasOutputStream in com.helger.commons.io.resource
Subinterfaces of IHasOutputStream 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 IHasOutputStream Modifier and Type Class Description classFileSystemResourceImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects. -
Uses of IHasOutputStream in com.helger.commons.io.resource.wrapped
Subinterfaces of IHasOutputStream 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 IHasOutputStream Modifier and Type Class Description classAbstractWrappedWritableResourceA wrapper around a writable resource forOutputStreammanipulation .classGZIPWritableResourceA writable resource that is GZIP compressed. -
Uses of IHasOutputStream in com.helger.commons.io.streamprovider
Classes in com.helger.commons.io.streamprovider that implement IHasOutputStream Modifier and Type Class Description classByteArrayOutputStreamProviderAnOutputStreamprovider based on a byte array.
-