Package old_logformat.slog2.pipe

Examples of old_logformat.slog2.pipe.PipedInputLog


        }
    }

    public WrappedInputLog( String pathname )
    {
        old_dobj_ins  = new PipedInputLog( pathname );
        /*
           Using Map to convert old to new is slow,
           but avoid exposing the internal of the classes.
        */
        kind_map      = new HashMap();
View Full Code Here

TOP

Related Classes of old_logformat.slog2.pipe.PipedInputLog

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.