Re: How to read and write files using a java plugin
Posted by
C Heeney on
Aug 29, 2014; 9:42am
URL: http://imagej.273.s1.nabble.com/How-to-read-and-write-files-using-a-java-plugin-tp5009393p5009417.html
Avital
If the results from Function A will be used in Function B, why not just pass the results directly from Function A to Function B.?
If it's the case that your data is complicated (e.g. it contains more than one data type), then create a class which handles these data types and pass it between functions.
Have a look at this tutorial on classes.
http://docs.oracle.com/javase/tutorial/java/javaOO/classes.htmlBest wishes
C Heeney
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html