Uses of Class
com.cedarsoftware.util.FastByteArrayOutputStream
Packages that use FastByteArrayOutputStream
-
Uses of FastByteArrayOutputStream in com.cedarsoftware.util
Methods in com.cedarsoftware.util with parameters of type FastByteArrayOutputStreamModifier and TypeMethodDescriptionstatic voidIOUtilities.compressBytes(FastByteArrayOutputStream original, FastByteArrayOutputStream compressed) Compresses the contents of one FastByteArrayOutputStream into another using GZIP compression.