com.yahoo.platform.yui.compressor
Class CssCompressor

java.lang.Object
  extended by com.yahoo.platform.yui.compressor.CssCompressor

public class CssCompressor
extends java.lang.Object


Constructor Summary
CssCompressor(java.io.Reader in)
           
 
Method Summary
 void compress(java.io.Writer out, int linebreakpos)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CssCompressor

public CssCompressor(java.io.Reader in)
              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

compress

public void compress(java.io.Writer out,
                     int linebreakpos)
              throws java.io.IOException
Throws:
java.io.IOException