Skip to content

Commit 917efdf

Browse files
author
michael-conway
committed
#187 adding reading
1 parent 55cc6b8 commit 917efdf

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

user-guide/reading.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,39 @@ be mostly 'fire and forget'.
153153

154154
Java provides an i/o library that defines standard input streams and random file operations. Jargon provides an implementation
155155
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).
157+
158+
159+
160+
161+
162+
163+
164+
165+
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+
176+
177+
178+
179+
180+
181+
182+
183+
184+
185+
186+
187+
188+
189+
190+
157191

0 commit comments

Comments
 (0)