Uses of Class
com.helger.commons.io.stream.NonBlockingByteArrayInputStream
Packages that use NonBlockingByteArrayInputStream
-
Uses of NonBlockingByteArrayInputStream in com.helger.commons.codec
Methods in com.helger.commons.codec with parameters of type NonBlockingByteArrayInputStreamModifier and TypeMethodDescriptionprotected Base64InputStreamBase64Codec.createBase64InputStream(NonBlockingByteArrayInputStream aBAIS) -
Uses of NonBlockingByteArrayInputStream in com.helger.commons.io.stream
Subclasses of NonBlockingByteArrayInputStream in com.helger.commons.io.streamModifier and TypeClassDescriptionclassAn input stream based on an input String.Methods in com.helger.commons.io.stream that return NonBlockingByteArrayInputStreamModifier and TypeMethodDescriptionByteBufferOutputStream.getAsByteArrayInputStream(boolean bCopyNeeded) NonBlockingByteArrayOutputStream.getAsInputStream()Create a new InputStream from the contained byte array WITHOUT COPYING it.