Package org.scijava.annotations
Interface AbstractIndexWriter.StreamFactory
-
- Enclosing class:
- AbstractIndexWriter
public static interface AbstractIndexWriter.StreamFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisClassObsolete(String className)InputStreamopenInput(String annotationName)OutputStreamopenOutput(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)
-
-