Class ConfigWriter



  • public class ConfigWriter
    extends Object
    • Constructor Detail

      • ConfigWriter

        public ConfigWriter()
    • Method Detail

      • write

        public static void write(Configuration configuration,
                                 OutputStream out)
                          throws IOException
        Write the denoted configuration to the denoted OutputStream
        Parameters:
        configuration - the configuration to write
        out - the destination
        Throws:
        IOException - on IO failure