Uses of Interface
org.cytoscape.io.util.StreamUtil
-
Packages that use StreamUtil Package Description org.cytoscape.app This is the Cytoscape App API, which supports development of Cytoscape 3.X apps in a manner similar to apps developed in Cytoscape 2.X.org.cytoscape.io Handle import/export of Cytoscape data structures to/from local files/remote URLs. -
-
Uses of StreamUtil in org.cytoscape.app
Methods in org.cytoscape.app that return StreamUtil Modifier and Type Method Description StreamUtil
CyAppAdapter. getStreamUtil()
Deprecated.Returns an instance ofStreamUtil
. -
Uses of StreamUtil in org.cytoscape.io
Fields in org.cytoscape.io declared as StreamUtil Modifier and Type Field Description protected StreamUtil
BasicCyFileFilter. streamUtil
Constructors in org.cytoscape.io with parameters of type StreamUtil Constructor Description BasicCyFileFilter(String[] extensions, String[] contentTypes, String description, DataCategory category, StreamUtil streamUtil)
Creates a file filter from the specified arguments.BasicCyFileFilter(Set<String> extensions, Set<String> contentTypes, String description, DataCategory category, StreamUtil streamUtil)
Creates a file filter from the specified arguments.
-