M3GToolkit 0.5.0

com.java4ever.m3gtoolkit.plugins
Interface IOPlugin

All Superinterfaces:
Plugin
All Known Implementing Classes:
ASEPlugin, M3GPlugin

public interface IOPlugin
extends Plugin


Method Summary
 boolean canRead()
           
 boolean canWrite()
           
 java.lang.String getFileDescription()
           
 java.lang.String getFileExtension()
           
 M3GObject[] read(java.io.File file)
           
 void write(java.io.File file, M3GObject[] objects)
           
 
Methods inherited from interface com.java4ever.m3gtoolkit.plugins.Plugin
getDescription, getName, getVersion
 

Method Detail

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

M3GToolkit 0.5.0

Copyright 2005 java4ever.com. All Rights Reserved.