Package com.zerog.ia.api.pub
Interface Media
-
public interface Media
The Media class provides the CD-ROM suggested media names and sizes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the media name.long
getSize()
Returns the media size in bytes.
-