Package org.cloudfoundry.client.lib.io

Examples of org.cloudfoundry.client.lib.io.DynamicZipInputStream


    /**
     * Returns the payload data as an input stream.
     * @return the payload data
     */
    public InputStream getInputStream() {
        return new DynamicZipInputStream(entriesToUpload);
    }
View Full Code Here

TOP

Related Classes of org.cloudfoundry.client.lib.io.DynamicZipInputStream

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.