Uses of Interface
com.helger.commons.io.IHasInputStream
-
-
Uses of IHasInputStream in com.helger.commons.charset
Classes in com.helger.commons.charset that implement IHasInputStream Modifier and Type Class Description static classCharsetHelper.InputStreamAndCharset -
Uses of IHasInputStream in com.helger.commons.io
Subinterfaces of IHasInputStream in com.helger.commons.io Modifier and Type Interface Description interfaceIHasByteArrayBase interface for all objects owning a byte array.interfaceIHasInputStreamAndReaderA callback interface to retrieveReaderobjects based on InputStreams.Classes in com.helger.commons.io that implement IHasInputStream Modifier and Type Class Description classByteArrayWrapperA straight forward implementation ofIHasByteArray -
Uses of IHasInputStream in com.helger.commons.io.resource
Subinterfaces of IHasInputStream 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 IHasInputStream 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 IHasInputStream in com.helger.commons.io.resource.inmemory
Subinterfaces of IHasInputStream 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 IHasInputStream 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 IHasInputStream in com.helger.commons.io.resource.wrapped
Subinterfaces of IHasInputStream 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 IHasInputStream Modifier and Type Class Description classAbstractWrappedReadableResourceA wrapper around a readable resource forInputStreammanipulation .classGZIPReadableResourceA readable resource that is GZIP compressed. -
Uses of IHasInputStream in com.helger.commons.io.stream
Classes in com.helger.commons.io.stream that implement IHasInputStream Modifier and Type Class Description classHasInputStreamSpecial implementation ofIHasInputStreamwith that has an InputStream supplier that can be read more than once!Methods in com.helger.commons.io.stream that return IHasInputStream Modifier and Type Method Description static IHasInputStreamHasInputStream. create(NonBlockingByteArrayOutputStream aBAOS)Get a special implementation ofIHasInputStreamforNonBlockingByteArrayOutputStream.Methods in com.helger.commons.io.stream with parameters of type IHasInputStream Modifier and Type Method Description static 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 IHasInputStream Modifier and Type Class Description classByteArrayInputStreamProviderAnInputStreamprovider based on a byte array.classByteBufferInputStreamProviderAnInputStreamprovider based on aByteBuffer.classStringInputStreamProviderAnInputStreamprovider based on aString.
-