Uses of Interface
org.cytoscape.io.util.StreamUtil
Package
Description
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.
Handle import/export of Cytoscape data structures to/from local files/remote URLs.
-
Uses of StreamUtil in org.cytoscape.app
Modifier and TypeMethodDescriptionCyAppAdapter.getStreamUtil()
Deprecated.Returns an instance ofStreamUtil
. -
Uses of StreamUtil in org.cytoscape.io
ModifierConstructorDescriptionBasicCyFileFilter(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.