All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.jos.fs.util.ImageFileMedium
There are two possible uses of this class:
This is a thread-safe class (as required by org.jos.fs.Medium).
public ImageFileMedium(String imageFileName) throws IOException
public int getFlags()
public long getSize()
public void readBytes(long ofs, byte[] buf, int bOfs, int count) throws IOException, IllegalArgumentException
public void writeBytes(long ofs, byte[] buf, int bOfs, int count) throws IOException
public void flush()
public void eject() throws UnsupportedFeatureException
public void remount() throws UnsupportedFeatureException
public boolean isRemoved()
public void addMediumListener(MediumListener l)
public void removeMediumListener(MediumListener l)
public String toString()
All Packages Class Hierarchy This Package Previous Next Index