Uses of Class
com.helger.base.array.bytes.ByteArrayWrapper
Packages that use ByteArrayWrapper
-
Uses of ByteArrayWrapper in com.helger.base.array.bytes
Methods in com.helger.base.array.bytes that return ByteArrayWrapperModifier and TypeMethodDescriptionstatic @NonNull ByteArrayWrapperByteArrayWrapper.create(@NonNull NonBlockingByteArrayOutputStream aBAOS, boolean bCopyNeeded) Wrap the content of aNonBlockingByteArrayOutputStream.static @NonNull ByteArrayWrapperWrap the content of a String in a certain charset.static @NonNull ByteArrayWrapperByteArrayWrapper.create(@NonNull ByteBuffer aBuffer, boolean bCopyNeeded) Wrap the content of aByteBuffer.