Uses of Class
com.helger.commons.io.ByteArrayWrapper
-
Packages that use ByteArrayWrapper Package Description com.helger.commons.io com.helger.commons.io.stream -
-
Uses of ByteArrayWrapper in com.helger.commons.io
Methods in com.helger.commons.io that return ByteArrayWrapper Modifier and Type Method Description static ByteArrayWrapperByteArrayWrapper. create(NonBlockingByteArrayOutputStream aBAOS, boolean bCopyNeeded)Wrap the content of aNonBlockingByteArrayOutputStream.static ByteArrayWrapperByteArrayWrapper. create(String sText, Charset aCharset)Wrap the content of a String in a certain charset. -
Uses of ByteArrayWrapper in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream that return ByteArrayWrapper Modifier and Type Method Description ByteArrayWrapperByteBufferOutputStream. getAsByteArrayWrapper(boolean bCopyNeeded)
-