|
Cytoscape 3.1.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StreamUtil | |
|---|---|
| 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 | |
|---|---|
StreamUtil |
CyAppAdapter.getStreamUtil()
Returns an instance of StreamUtil. |
| Uses of StreamUtil in org.cytoscape.io |
|---|
| Fields in org.cytoscape.io declared as StreamUtil | |
|---|---|
protected StreamUtil |
BasicCyFileFilter.streamUtil
|
| Constructors in org.cytoscape.io with parameters of type StreamUtil | |
|---|---|
BasicCyFileFilter(Set<String> extensions,
Set<String> contentTypes,
String description,
DataCategory category,
StreamUtil streamUtil)
Creates a file filter from the specified arguments. |
|
BasicCyFileFilter(String[] extensions,
String[] contentTypes,
String description,
DataCategory category,
StreamUtil streamUtil)
Creates a file filter from the specified arguments. |
|
|
Cytoscape 3.1.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||