Package org.cytoscape.io.write
Interface CyTransformerWriter
-
public interface CyTransformerWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(OutputStream stream, NamedTransformer<?,?>... namedTransformer)
-
-
-
Method Detail
-
write
void write(OutputStream stream, NamedTransformer<?,?>... namedTransformer) throws IOException
- Throws:
IOException
-
-