public class Smoosh extends Object
| Constructor and Description |
|---|
Smoosh() |
| Modifier and Type | Method and Description |
|---|---|
static SmooshedFileMapper |
map(File inDir) |
static Map<String,File> |
smoosh(File inDir,
File outDir) |
static Map<String,File> |
smoosh(File inDir,
File outDir,
Map<String,File> filesToSmoosh) |
static void |
smoosh(File outDir,
Map<String,ByteBuffer> bufferstoSmoosh) |
public static Map<String,File> smoosh(File inDir, File outDir) throws IOException
IOExceptionpublic static Map<String,File> smoosh(File inDir, File outDir, Map<String,File> filesToSmoosh) throws IOException
IOExceptionpublic static void smoosh(File outDir, Map<String,ByteBuffer> bufferstoSmoosh) throws IOException
IOExceptionpublic static SmooshedFileMapper map(File inDir) throws IOException
IOExceptionCopyright © 2011–2017. All rights reserved.