Uses of Class
com.helger.commons.io.stream.NonBlockingByteArrayOutputStream
-
Packages that use NonBlockingByteArrayOutputStream Package Description com.helger.commons.io com.helger.commons.io.stream com.helger.commons.io.streamprovider -
-
Uses of NonBlockingByteArrayOutputStream in com.helger.commons.io
Methods in com.helger.commons.io with parameters of type NonBlockingByteArrayOutputStream Modifier and Type Method Description static 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 NonBlockingByteArrayOutputStream Modifier and Type Method Description static NonBlockingByteArrayOutputStreamStreamHelper. getCopy(InputStream aIS)Get a byte buffer with all the available content of the passed input stream.static NonBlockingByteArrayOutputStreamStreamHelper. 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 NonBlockingByteArrayOutputStream Modifier and Type Method Description static 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 Modifier and Type Method Description NonBlockingByteArrayOutputStreamByteArrayOutputStreamProvider. getOutputStream(EAppend eAppend)
-