public interface FileOptimizer
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the name of the optimizer
|
byte[] |
optimizeFile(byte[] original,
String metaType)
Optimize a single file.
|
static final String MIME_TYPE
byte[] optimizeFile(byte[] original,
String metaType)
original - the original file to optimizemetaType - the type of the file to optimizeString getName()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.