com.sun.xml.ws.commons.virtualbox.IFloppyImage Maven / Gradle / Ivy
The newest version!
package com.sun.xml.ws.commons.virtualbox;
/**
* The IFloppyImage interface represents a medium containing the image
* of a floppy disk. This is a subclass of {@link IMedium}; see remarks there.
*
*/
public class IFloppyImage
extends IMedium
{
public IFloppyImage(String _this, VboxPortType port) {
super(_this,port);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy