public class DiskImage extends Object
| Constructor and Description |
|---|
DiskImage(File image,
DiskImageFormat format,
long sizeGB,
File backingDiskImage) |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(DiskImage newDiskImage,
boolean compress) |
void |
create() |
File |
getBackingDiskImage() |
DiskImageFormat |
getFormat() |
File |
getImage() |
long |
getSizeGB() |
public DiskImage(File image, DiskImageFormat format, long sizeGB, File backingDiskImage)
public void create()
throws IOException
IOExceptionpublic File getImage()
public DiskImageFormat getFormat()
public long getSizeGB()
public File getBackingDiskImage()
public void convert(DiskImage newDiskImage, boolean compress) throws IOException
IOExceptionCopyright © 2016 Github jjYBdx4IL Projects. All rights reserved.