Package com.helger.commons.io.resource.wrapped
-
Interface Summary Interface Description IWrappedReadableResource Interface for readable resources that are "wrapped".IWrappedWritableResource Interface for writable resources that are "wrapped". -
Class Summary Class Description AbstractWrappedReadableResource A wrapper around a readable resource forInputStreammanipulation .AbstractWrappedWritableResource A wrapper around a writable resource forOutputStreammanipulation .GZIPReadableResource A readable resource that is GZIP compressed.GZIPWritableResource A writable resource that is GZIP compressed.