Changeset 1465
- Timestamp:
- 08/05/10 13:13:54 (21 months ago)
- Location:
- trunk/bindings/java/org/nexusformat
- Files:
-
- 2 edited
-
NeXusFileInterface.java (modified) (2 diffs)
-
NexusFile.java (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/java/org/nexusformat/NeXusFileInterface.java
r1375 r1465 178 178 * the data. 179 179 */ 180 public void getdata(Object arra ry)throws180 public void getdata(Object array)throws 181 181 NexusException; 182 182 /** … … 335 335 * linkexternal links group name, nxclass to the URL nxurl 336 336 * @param name The name of the vgroup to link to 337 * @ apram nxcallThe class name of the linked vgroup337 * @param nxclass The class name of the linked vgroup 338 338 * @param nxurl The URL to the linked external file 339 339 * @throws NexusException if things are wrong -
trunk/bindings/java/org/nexusformat/NexusFile.java
r1375 r1465 117 117 * constructs a new NexusFile Object. 118 118 * @param filename The name of the NeXus file to access. 119 * @param access .The access mode for the file. Can only be one119 * @param access The access mode for the file. Can only be one 120 120 * of the predefined NeXus access code NXACC.... These are: 121 121 * <dl> … … 127 127 * <DT>NXACC_READ 128 128 * <DD>For opening a file for reading. 129 * </dl>130 129 * <DT>NXACC_NOSTRIP 131 130 * <DD>To keep leading and trailing whitespace on strings … … 778 777 * linkexternal links group name, nxclass to the URL nxurl 779 778 * @param name The name of the vgroup to link to 780 * @ apram nxcallThe class name of the linked vgroup779 * @param nxclass The class name of the linked vgroup 781 780 * @param nxurl The URL to the linked external file 782 781 * @throws NexusException if things are wrong
Note: See TracChangeset
for help on using the changeset viewer.
