Uses of Class
com.helger.base.io.nonblocking.NonBlockingByteArrayInputStream
Packages that use NonBlockingByteArrayInputStream
Package
Description
-
Uses of NonBlockingByteArrayInputStream in com.helger.base.codec.base64
Methods in com.helger.base.codec.base64 with parameters of type NonBlockingByteArrayInputStreamModifier and TypeMethodDescriptionprotected @NonNull Base64InputStreamBase64Codec.createBase64InputStream(@NonNull NonBlockingByteArrayInputStream aBAIS) -
Uses of NonBlockingByteArrayInputStream in com.helger.base.io.nonblocking
Methods in com.helger.base.io.nonblocking that return NonBlockingByteArrayInputStreamModifier and TypeMethodDescription@NonNull NonBlockingByteArrayInputStreamNonBlockingByteArrayOutputStream.getAsInputStream()Create a new InputStream from the contained byte array WITHOUT COPYING it. -
Uses of NonBlockingByteArrayInputStream in com.helger.base.io.stream
Subclasses of NonBlockingByteArrayInputStream in com.helger.base.io.streamModifier and TypeClassDescriptionclassAn input stream based on an input String.Methods in com.helger.base.io.stream that return NonBlockingByteArrayInputStreamModifier and TypeMethodDescription@NonNull NonBlockingByteArrayInputStreamByteBufferOutputStream.getAsByteArrayInputStream(boolean bCopyNeeded) Get the current content as aNonBlockingByteArrayInputStream.