JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils.YasmeenFileTools.writeYasmeenMatcherInput(String, String, String, MatcherInput)
org.gcube.dataanalysis.executor.rscripts.generic.IOUtils.toByteArray(String)
Use
String.getBytes()
org.gcube.dataanalysis.executor.rscripts.generic.IOUtils.toString(byte[])
Use
String(byte[])
org.gcube.dataanalysis.executor.rscripts.generic.IOUtils.write(StringBuffer, Writer)
replaced by write(CharSequence, Writer)