Package org.apache.ant.compress.resources

Examples of org.apache.ant.compress.resources.Pack200Resource


    private final Map/*<String, String>*/ properties = new HashMap();

    public Pack200() {
        super(new PackBase.ResourceWrapper() {
                public CommonsCompressCompressorResource wrap(Resource dest) {
                    return new Pack200Resource(dest);
                }
            });
        setFactory(new CompressorStreamFactory() {
                public CompressorOutputStream
                    getCompressorStream(OutputStream stream)
View Full Code Here

TOP

Related Classes of org.apache.ant.compress.resources.Pack200Resource

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.