Changeset 1465 for trunk/bindings/java/org/nexusformat/NexusFile.java
- Timestamp:
- 08/05/10 13:13:54 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
