All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generated.docs.javadoc.org.eclipse.dawnsci.nexus.builder.NexusScanFile.html Maven / Gradle / Ivy






NexusScanFile (h5jan API)












org.eclipse.dawnsci.nexus.builder

Interface NexusScanFile

  • All Superinterfaces:
    java.lang.AutoCloseable


    public interface NexusScanFile
    extends java.lang.AutoCloseable
    Represents a NeXus file built using this framework. The structure of the file has been created and cannot be further modified. Writable datasets can to be written to the file.
    • Method Detail

      • openToWrite

        void openToWrite()
                  throws NexusException
        Opens the file to write. SWMR mode is also enabled.
        Throws:
        NexusException - if the file could not be opened for any reason
      • close

        void close()
            throws NexusException
        Flushes and closes the underlying NexusFile.
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        NexusException - if the nexus file could not be closed for an reason




© 2015 - 2024 Weber Informatics LLC | Privacy Policy