Uses of Interface
com.helger.commons.io.IHasInputStreamAndReader
-
-
Uses of IHasInputStreamAndReader in com.helger.commons.io
Subinterfaces of IHasInputStreamAndReader in com.helger.commons.io Modifier and Type Interface Description interfaceIHasByteArrayBase interface for all objects owning a byte array.Classes in com.helger.commons.io that implement IHasInputStreamAndReader Modifier and Type Class Description classByteArrayWrapperA straight forward implementation ofIHasByteArray -
Uses of IHasInputStreamAndReader in com.helger.commons.io.resource
Subinterfaces of IHasInputStreamAndReader in com.helger.commons.io.resource Modifier and Type Interface Description interfaceIReadableResourceBase interface for an abstract readable resource.interfaceIReadWriteResourceBase interface for an abstract resource that is both readable and writable.Classes in com.helger.commons.io.resource that implement IHasInputStreamAndReader Modifier and Type Class Description classClassPathResourceWraps a class path object as a readable resource.classFileSystemResourceImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.classURLResourceImplementation of theIReadableResourceinterface for URL objects. -
Uses of IHasInputStreamAndReader in com.helger.commons.io.resource.inmemory
Subinterfaces of IHasInputStreamAndReader in com.helger.commons.io.resource.inmemory Modifier and Type Interface Description interfaceIMemoryReadableResourceMarker interface for readable resources that are "in-memory" only.Classes in com.helger.commons.io.resource.inmemory that implement IHasInputStreamAndReader Modifier and Type Class Description classAbstractMemoryReadableResourceAbstract base class for anIReadableResourcethat is not really a resource but where the API does not offer alternatives.classReadableResourceByteArrayAn in-memoryIReadableResourcebased on a byte array.classReadableResourceInputStreamAn in-memoryIReadableResourcebased on anInputStream.classReadableResourceStringAn in-memoryIReadableResourcebased on aStringwhich is converted to a byte array with the provided charset. -
Uses of IHasInputStreamAndReader in com.helger.commons.io.resource.wrapped
Subinterfaces of IHasInputStreamAndReader in com.helger.commons.io.resource.wrapped Modifier and Type Interface Description interfaceIWrappedReadableResourceInterface for readable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IHasInputStreamAndReader Modifier and Type Class Description classAbstractWrappedReadableResourceA wrapper around a readable resource forInputStreammanipulation .classGZIPReadableResourceA readable resource that is GZIP compressed. -
Uses of IHasInputStreamAndReader in com.helger.commons.io.streamprovider
Classes in com.helger.commons.io.streamprovider that implement IHasInputStreamAndReader Modifier and Type Class Description classByteArrayInputStreamProviderAnInputStreamprovider based on a byte array.classByteBufferInputStreamProviderAnInputStreamprovider based on aByteBuffer.classStringInputStreamProviderAnInputStreamprovider based on aString.
-