public class Image extends Object
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
static void |
create(MasterInfo info,
String path)
Write a new image to path.
|
static void |
load(MasterInfo info,
String path) |
static void |
rename(String src,
String dst) |
public static void load(MasterInfo info, String path) throws IOException
IOExceptionpublic static void create(MasterInfo info, String path) throws IOException
info - the master info to generate the imagepath - the new image pathIOExceptionpublic static void rename(String src, String dst) throws IOException
IOExceptionCopyright © 2014. All rights reserved.