org.scijava.annotations
Interface AbstractIndexWriter.StreamFactory

Enclosing class:
AbstractIndexWriter

public static interface AbstractIndexWriter.StreamFactory


Method Summary
 boolean isClassObsolete(String className)
           
 InputStream openInput(String annotationName)
           
 OutputStream openOutput(String annotationName)
           
 

Method Detail

openInput

InputStream openInput(String annotationName)
                      throws IOException
Throws:
IOException

openOutput

OutputStream openOutput(String annotationName)
                        throws IOException
Throws:
IOException

isClassObsolete

boolean isClassObsolete(String className)


Copyright © 2009–2014 SciJava. All rights reserved.