Uses of Class
com.helger.base.io.nonblocking.NonBlockingByteArrayOutputStream
Packages that use NonBlockingByteArrayOutputStream
Package
Description
-
Uses of NonBlockingByteArrayOutputStream in com.helger.base.array.bytes
Methods in com.helger.base.array.bytes with parameters of type NonBlockingByteArrayOutputStreamModifier and TypeMethodDescriptionstatic @NonNull ByteArrayWrapperByteArrayWrapper.create(@NonNull NonBlockingByteArrayOutputStream aBAOS, boolean bCopyNeeded) Wrap the content of aNonBlockingByteArrayOutputStream. -
Uses of NonBlockingByteArrayOutputStream in com.helger.base.io.stream
Methods in com.helger.base.io.stream that return NonBlockingByteArrayOutputStreamModifier and TypeMethodDescriptionstatic @Nullable NonBlockingByteArrayOutputStreamStreamHelper.getCopy(@NonNull InputStream aIS) Get a byte buffer with all the available content of the passed input stream.static @Nullable NonBlockingByteArrayOutputStreamStreamHelper.getCopyWithLimit(@NonNull InputStream aIS, long nLimit) Get a byte buffer with all the available content of the passed input stream.Methods in com.helger.base.io.stream with parameters of type NonBlockingByteArrayOutputStreamModifier and TypeMethodDescriptionstatic @NonNull IHasInputStreamHasInputStream.create(@NonNull NonBlockingByteArrayOutputStream aBAOS) Get a special implementation ofIHasInputStreamforNonBlockingByteArrayOutputStream. -
Uses of NonBlockingByteArrayOutputStream in com.helger.base.io.streamprovider
Methods in com.helger.base.io.streamprovider that return NonBlockingByteArrayOutputStreamModifier and TypeMethodDescriptionfinal @NonNull NonBlockingByteArrayOutputStreamByteArrayOutputStreamProvider.getOutputStream(@NonNull EAppend eAppend) Get the output stream to read from the object.