Package org.boris.pecoff4j.resources

Examples of org.boris.pecoff4j.resources.Manifest


        return sp;
    }

    public static Manifest readManifest(IDataReader dr, int length)
            throws IOException {
        Manifest mf = new Manifest();
        mf.set(dr.readUtf(length));
        return mf;
    }
View Full Code Here

TOP

Related Classes of org.boris.pecoff4j.resources.Manifest

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.