Package org.foray.core

Examples of org.foray.core.FOrayTarget.cleanup()


        /*
         * The process of closing the OutputStream is handled here instead of
         * internally within FOray so that those who wish to do something else
         * with it can.
         */
        target.cleanup();
    }

    /**
     * Returns the file output stream.
     * @return The output stream.
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.