public interface Compressor
Modifier and Type | Method and Description |
---|---|
String |
compress(String source)
The main method that compresses the given source and returns a compressed result.
|
Copyright © 2009–2020 Jeremy Landis. All rights reserved.