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
IOException
public static void create(MasterInfo info, String path) throws IOException
info
- the master info to generate the imagepath
- the new image pathIOException
public static void rename(String src, String dst) throws IOException
IOException
Copyright © 2014. All rights reserved.