net.sourceforge.plantuml.code
Interface StringCompressor

All Known Implementing Classes:
ArobaseStringCompressor, StringCompressorNone

public interface StringCompressor


Method Summary
 String compress(String s)
           
 String decompress(String compressed)
           
 

Method Detail

compress

String compress(String s)
                throws IOException
Throws:
IOException

decompress

String decompress(String compressed)
                  throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.