You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user-guide/reading.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,5 +153,39 @@ be mostly 'fire and forget'.
153
153
154
154
Java provides an i/o library that defines standard input streams and random file operations. Jargon provides an implementation
155
155
of Java i/o that communicates with an iRODS grid under the covers. These implementations are in the Jargon [core.pub.io](https://github.com/DICE-UNC/jargon/tree/master/jargon-core/src/main/java/org/irods/jargon/core/pub/io)
156
-
package. In this package are several key classes and interfaces that allow reading of data from iRODS.
156
+
package. In this package are several key classes and interfaces that allow reading of data from iRODS. The various i/o packages are created using the IRODSFileFactory which is described [here](irodsfilefactory.md).
0 commit comments