Uses of Interface
com.helger.commons.io.IHasInputStreamAndReader
Packages that use IHasInputStreamAndReader
Package
Description
-
Uses of IHasInputStreamAndReader in com.helger.commons.io
Subinterfaces of IHasInputStreamAndReader in com.helger.commons.ioModifier and TypeInterfaceDescriptioninterfaceBase interface for all objects owning a byte array.Classes in com.helger.commons.io that implement IHasInputStreamAndReader -
Uses of IHasInputStreamAndReader in com.helger.commons.io.resource
Subinterfaces of IHasInputStreamAndReader in com.helger.commons.io.resourceModifier and TypeInterfaceDescriptioninterfaceBase interface for an abstract readable resource.interfaceBase interface for an abstract resource that is both readable and writable.Classes in com.helger.commons.io.resource that implement IHasInputStreamAndReaderModifier and TypeClassDescriptionclassWraps a class path object as a readable resource.classImplementation of theIReadableResourceandIWritableResourceinterfaces for file system objects.classImplementation of theIReadableResourceinterface for URL objects. -
Uses of IHasInputStreamAndReader in com.helger.commons.io.resource.inmemory
Subinterfaces of IHasInputStreamAndReader in com.helger.commons.io.resource.inmemoryModifier and TypeInterfaceDescriptioninterfaceMarker interface for readable resources that are "in-memory" only.Classes in com.helger.commons.io.resource.inmemory that implement IHasInputStreamAndReaderModifier and TypeClassDescriptionclassAbstract base class for anIReadableResourcethat is not really a resource but where the API does not offer alternatives.classAn in-memoryIReadableResourcebased on a byte array.classAn in-memoryIReadableResourcebased on anInputStream.classAn 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.wrappedModifier and TypeInterfaceDescriptioninterfaceInterface for readable resources that are "wrapped".Classes in com.helger.commons.io.resource.wrapped that implement IHasInputStreamAndReaderModifier and TypeClassDescriptionclassA wrapper around a readable resource forInputStreammanipulation .classA readable resource that is GZIP compressed. -
Uses of IHasInputStreamAndReader in com.helger.commons.io.streamprovider
Classes in com.helger.commons.io.streamprovider that implement IHasInputStreamAndReaderModifier and TypeClassDescriptionclassAnInputStreamprovider based on a byte array.classAnInputStreamprovider based on aByteBuffer.classAnInputStreamprovider based on aString.