Uses of Interface
com.helger.commons.io.IHasInputStream
Packages that use IHasInputStream
Package
Description
-
Uses of IHasInputStream in com.helger.commons.charset
Classes in com.helger.commons.charset that implement IHasInputStreamModifier and TypeClassDescriptionstatic final class -
Uses of IHasInputStream in com.helger.commons.io
Subinterfaces of IHasInputStream in com.helger.commons.ioModifier and TypeInterfaceDescriptioninterfaceBase interface for all objects owning a byte array.interfaceA callback interface to retrieveReaderobjects based on InputStreams.Classes in com.helger.commons.io that implement IHasInputStream -
Uses of IHasInputStream in com.helger.commons.io.resource
Subinterfaces of IHasInputStream 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 IHasInputStreamModifier 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 IHasInputStream in com.helger.commons.io.resource.inmemory
Subinterfaces of IHasInputStream 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 IHasInputStreamModifier 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 IHasInputStream in com.helger.commons.io.resource.wrapped
Subinterfaces of IHasInputStream 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 IHasInputStreamModifier and TypeClassDescriptionclassA wrapper around a readable resource forInputStreammanipulation .classA readable resource that is GZIP compressed. -
Uses of IHasInputStream in com.helger.commons.io.stream
Classes in com.helger.commons.io.stream that implement IHasInputStreamModifier and TypeClassDescriptionclassSpecial implementation ofIHasInputStreamwith that has an InputStream supplier that can be read more than once!Methods in com.helger.commons.io.stream that return IHasInputStreamModifier and TypeMethodDescriptionstatic IHasInputStreamHasInputStream.create(byte[] aBytes) Get a special implementation ofIHasInputStreamfor byte array.static IHasInputStreamHasInputStream.create(NonBlockingByteArrayOutputStream aBAOS) Get a special implementation ofIHasInputStreamforNonBlockingByteArrayOutputStream.Methods in com.helger.commons.io.stream with parameters of type IHasInputStreamModifier and TypeMethodDescriptionstatic byte[]StreamHelper.getAllBytes(IHasInputStream aISP) Read all bytes from the passed input stream into a byte array.static StringStreamHelper.getAllBytesAsString(IHasInputStream aISP, Charset aCharset) Read all bytes from the passed input stream into a string.static ICommonsList<String> StreamHelper.readStreamLines(IHasInputStream aISP, Charset aCharset) Get the content of the passed Spring resource as one big string in the passed character set.static ICommonsList<String> StreamHelper.readStreamLines(IHasInputStream aISP, Charset aCharset, int nLinesToSkip, int nLinesToRead) Get the content of the passed Spring resource as one big string in the passed character set. -
Uses of IHasInputStream in com.helger.commons.io.streamprovider
Classes in com.helger.commons.io.streamprovider that implement IHasInputStreamModifier and TypeClassDescriptionclassAnInputStreamprovider based on a byte array.classAnInputStreamprovider based on aByteBuffer.classAnInputStreamprovider based on aString.