public class CssCompressor extends Object
| Constructor and Description |
|---|
CssCompressor(Reader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
compress(Writer out,
int linebreakpos) |
protected String |
compressDimensions(String inputCssRule) |
protected String |
mergeRules(String inputCss) |
protected String |
removeDuplicateProperties(String inputCssRule) |
public CssCompressor(Reader in) throws IOException
IOExceptionpublic void compress(Writer out, int linebreakpos) throws IOException
IOExceptionCopyright © 2008-2014. All Rights Reserved.