Package ch.iterate.openstack.swift.io

Examples of ch.iterate.openstack.swift.io.ContentLengthInputStream


     *
     * @return An input stream that will return the response body when read
     * @throws IOException If an error occurs reading the input stream
     */
    public ContentLengthInputStream getResponseBodyAsStream() throws IOException {
        return new ContentLengthInputStream(response.getEntity().getContent(), response.getEntity().getContentLength());
    }
View Full Code Here

TOP

Related Classes of ch.iterate.openstack.swift.io.ContentLengthInputStream

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.