net.sourceforge.plantuml.code
Class StringCompressorNone

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

public class StringCompressorNone
extends Object
implements StringCompressor


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

Constructor Detail

StringCompressorNone

public StringCompressorNone()
Method Detail

compress

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

decompress

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


Copyright © 2011. All Rights Reserved.