net.sourceforge.plantuml.code
Class ArobaseStringCompressor

java.lang.Object
  extended by net.sourceforge.plantuml.code.ArobaseStringCompressor
All Implemented Interfaces:
StringCompressor

public class ArobaseStringCompressor
extends Object
implements StringCompressor


Constructor Summary
ArobaseStringCompressor()
           
 
Method Summary
 String compress(String data)
           
 String decompress(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArobaseStringCompressor

public ArobaseStringCompressor()
Method Detail

compress

public String compress(String data)
                throws IOException
Specified by:
compress in interface StringCompressor
Throws:
IOException

decompress

public String decompress(String s)
                  throws IOException
Specified by:
decompress in interface StringCompressor
Throws:
IOException


Copyright © 2013. All Rights Reserved.