|
|
@ -88,7 +88,7 @@ public class GZIPSerializer extends Serializer { |
|
|
|
GZIPOutputStream gzipOutput = new GZIPOutputStream(byteArrayOutput); |
|
|
|
GZIPOutputStream gzipOutput = new GZIPOutputStream(byteArrayOutput); |
|
|
|
|
|
|
|
|
|
|
|
tempBuffer.flip(); |
|
|
|
tempBuffer.flip(); |
|
|
|
gzipOutput.write(tempBuffer.array(), 0, tempBuffer.limit()); |
|
|
|
gzipOutput.write(tempBuffer.array(), 0, tempBuffer.limit()); |
|
|
|
gzipOutput.flush(); |
|
|
|
gzipOutput.flush(); |
|
|
|
gzipOutput.finish(); |
|
|
|
gzipOutput.finish(); |
|
|
|
gzipOutput.close(); |
|
|
|
gzipOutput.close(); |
|
|
|