Package gnu.java.io

Examples of gnu.java.io.NullOutputStream


    static class BSHOutputAdapter extends PrintStream {
        JTextArea target;

        public BSHOutputAdapter(JTextArea target) {
            this(target, new NullOutputStream());
        }
View Full Code Here

TOP

Related Classes of gnu.java.io.NullOutputStream

Copyright © 2018 www.massapicom. 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.