me.moocar.logbackgelf
Class Zipper

java.lang.Object
  extended by me.moocar.logbackgelf.Zipper

public class Zipper
extends Object


Constructor Summary
Zipper()
           
 
Method Summary
 byte[] zip(String str)
          zips up a string into a GZIP format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zipper

public Zipper()
Method Detail

zip

public byte[] zip(String str)
zips up a string into a GZIP format.

Parameters:
str - The string to zip
Returns:
The zipped string


Copyright © 2011-2014. All Rights Reserved.