Package gov.nasa.pds.transform.util
Class PDS3LabelWriter
- java.lang.Object
-
- gov.nasa.pds.transform.util.PDS3LabelWriter
-
public class PDS3LabelWriter extends Object
Class that writes the label to a file.- Author:
- mcayanan
-
-
Constructor Summary
Constructors Constructor Description PDS3LabelWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(gov.nasa.pds.tools.label.Label label)Write the given label to a file.
-
-
-
Method Detail
-
write
public void write(gov.nasa.pds.tools.label.Label label) throws IOExceptionWrite 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.
-
-