public abstract class AbstractQEmuExample extends Object implements QEmuExample
Modifier and Type | Field and Description |
---|---|
protected QEmuManager |
manager |
Constructor and Description |
---|
AbstractQEmuExample() |
Modifier and Type | Method and Description |
---|---|
protected QEmuImage |
newImage(String name) |
protected QEmuImage |
newImage(String name,
long size,
QEmuMemoryOption.Magnitude magnitude) |
protected QEmuImage |
newImage(String name,
URI source) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
invoke
protected final QEmuManager manager
public AbstractQEmuExample()
@Nonnull protected QEmuImage newImage(@Nonnull String name) throws IOException
IOException
@Nonnull protected QEmuImage newImage(@Nonnull String name, @Nonnegative long size, @Nonnull QEmuMemoryOption.Magnitude magnitude) throws IOException
IOException
@Nonnull protected QEmuImage newImage(@Nonnull String name, @Nonnull URI source) throws IOException
IOException