Class PDS3LabelWriter


  • public class PDS3LabelWriter
    extends Object
    Class that writes the label to a file.
    Author:
    mcayanan
    • Constructor Detail

      • PDS3LabelWriter

        public PDS3LabelWriter()
    • Method Detail

      • write

        public void write​(gov.nasa.pds.tools.label.Label label)
                   throws IOException
        Write the given label to a file. It will use the file name stored within the given Label object.
        Parameters:
        label - The label.
        Throws:
        IOException - If an error occurred while writing the label to a file.