| Modifier and Type | Method and Description |
|---|---|
MinifyHtml.Configuration |
MinifyHtml.Configuration.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static String |
MinifyHtml.minify(String code,
MinifyHtml.Configuration cfg)
Minify HTML code represented as a
String. |
static int |
MinifyHtml.minifyInPlace(ByteBuffer code,
MinifyHtml.Configuration cfg)
Minify UTF-8 HTML code contents of a
ByteBuffer instance in place. |
Copyright © 2020. All rights reserved.