public class JSMin extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JSMin.UnterminatedCommentException |
class |
JSMin.UnterminatedRegExpLiteralException |
class |
JSMin.UnterminatedStringLiteralException |
| 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.
|
static void |
main(String[] arg) |
public JSMin(InputStream in, OutputStream out)
public void jsmin()
throws IOException,
JSMin.UnterminatedRegExpLiteralException,
JSMin.UnterminatedCommentException,
JSMin.UnterminatedStringLiteralException
public static void main(String[] arg)
Copyright © 2020. All rights reserved.