Uses of Interface
com.helger.base.io.iface.IHasInputStream
Packages that use IHasInputStream
Package
Description
-
Uses of IHasInputStream in com.helger.base.array.bytes
Classes in com.helger.base.array.bytes that implement IHasInputStream -
Uses of IHasInputStream in com.helger.base.charset
Classes in com.helger.base.charset that implement IHasInputStreamModifier and TypeClassDescriptionstatic final class -
Uses of IHasInputStream in com.helger.base.io.iface
Subinterfaces of IHasInputStream in com.helger.base.io.ifaceModifier and TypeInterfaceDescriptioninterfaceBase interface for all objects owning a byte array.interfaceA callback interface to retrieveReaderobjects based on InputStreams. -
Uses of IHasInputStream in com.helger.base.io.stream
Classes in com.helger.base.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.base.io.stream that return IHasInputStreamModifier and TypeMethodDescriptionstatic @NonNull IHasInputStreamHasInputStream.create(byte @NonNull [] aBytes) Get a special implementation ofIHasInputStreamfor byte array.static @NonNull IHasInputStreamHasInputStream.create(@NonNull NonBlockingByteArrayOutputStream aBAOS) Get a special implementation ofIHasInputStreamforNonBlockingByteArrayOutputStream.Methods in com.helger.base.io.stream with parameters of type IHasInputStreamModifier and TypeMethodDescriptionstatic byte @Nullable []StreamHelper.getAllBytes(@Nullable IHasInputStream aISP) Read all bytes from the passed input stream into a byte array.static @Nullable StringStreamHelper.getAllBytesAsString(@Nullable IHasInputStream aISP, @NonNull @Nonempty Charset aCharset) Read all bytes from the passed input stream into a string. -
Uses of IHasInputStream in com.helger.base.io.streamprovider
Classes in com.helger.base.io.streamprovider that implement IHasInputStreamModifier and TypeClassDescriptionclassAnInputStreamprovider based on a byte array.classAnInputStreamprovider based on aByteBuffer.classAnInputStreamprovider based on aString.