com.java4ever.m3gtoolkit.plugins
Interface IOPlugin
- All Superinterfaces:
- Plugin
- All Known Implementing Classes:
- ASEPlugin, M3GPlugin
- public interface IOPlugin
- extends Plugin
getFileExtension
public java.lang.String getFileExtension()
getFileDescription
public java.lang.String getFileDescription()
canRead
public boolean canRead()
canWrite
public boolean canWrite()
read
public M3GObject[] read(java.io.File file)
throws java.lang.Exception
- Throws:
java.lang.Exception
write
public void write(java.io.File file,
M3GObject[] objects)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright 2005 java4ever.com. All Rights Reserved.