public class JSMin extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JSMin.Builder |
| Modifier and Type | Field and Description |
|---|---|
static int |
EOF |
| Modifier and Type | Method and Description |
|---|---|
static JSMin.Builder |
builder() |
static void |
main(String[] args) |
void |
minify() |
static byte[] |
minify(byte[] bytes) |
protected void |
writeCustomHeader() |
public static final int EOF
public static byte[] minify(byte[] bytes)
public void minify()
protected void writeCustomHeader()
throws IOException
IOExceptionpublic static JSMin.Builder builder()
public static void main(String[] args)
Copyright © 2020. All rights reserved.