public class JSMin extends Object
Copyright (c) 2006 John Reilly (www.inconspicuous.org) This work is a translation from C to Java of jsmin.c published by Douglas Crockford. Permission is hereby granted to use the Java version under the same conditions as the jsmin.c on which it is based.
http://www.crockford.com/javascript/jsmin.html
| Constructor and Description |
|---|
JSMin(InputStream in,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
jsmin()
jsmin -- Copy the input to the output, deleting the characters which are
insignificant to JavaScript.
|
public JSMin(InputStream in, OutputStream out)
public void jsmin()
throws IOException,
ro.isdc.wro.model.resource.processor.support.JSMin.UnterminatedRegExpLiteralException,
ro.isdc.wro.model.resource.processor.support.JSMin.UnterminatedCommentException,
ro.isdc.wro.model.resource.processor.support.JSMin.UnterminatedStringLiteralException
IOExceptionro.isdc.wro.model.resource.processor.support.JSMin.UnterminatedRegExpLiteralExceptionro.isdc.wro.model.resource.processor.support.JSMin.UnterminatedCommentExceptionro.isdc.wro.model.resource.processor.support.JSMin.UnterminatedStringLiteralExceptionCopyright © 2008-2013. All Rights Reserved.