Uses of Class
com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
Packages that use NonBlockingByteArrayOutputStream
Package
Description
-
Uses of NonBlockingByteArrayOutputStream in com.helger.commons.io
Methods in com.helger.commons.io with parameters of type NonBlockingByteArrayOutputStreamModifier and TypeMethodDescriptionstatic ByteArrayWrapperByteArrayWrapper.create(NonBlockingByteArrayOutputStream aBAOS, boolean bCopyNeeded) Wrap the content of aNonBlockingByteArrayOutputStream. -
Uses of NonBlockingByteArrayOutputStream in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream that return NonBlockingByteArrayOutputStreamModifier and TypeMethodDescriptionStreamHelper.getCopy(InputStream aIS) Get a byte buffer with all the available content of the passed input stream.StreamHelper.getCopyWithLimit(InputStream aIS, long nLimit) Get a byte buffer with all the available content of the passed input stream.Methods in com.helger.commons.io.stream with parameters of type NonBlockingByteArrayOutputStreamModifier and TypeMethodDescriptionstatic IHasInputStreamHasInputStream.create(NonBlockingByteArrayOutputStream aBAOS) Get a special implementation ofIHasInputStreamforNonBlockingByteArrayOutputStream. -
Uses of NonBlockingByteArrayOutputStream in com.helger.commons.io.streamprovider
Methods in com.helger.commons.io.streamprovider that return NonBlockingByteArrayOutputStream