Package com.woorea.openstack.swift.model

Examples of com.woorea.openstack.swift.model.ObjectDownload


//      System.out.println(swiftClient.execute(new ListObjects("navidad2", new HashMap<String, String>() {{
//        put("path", "");
//      }})).get(0).getContentType());
     
     
      ObjectDownload download = swift.containers().container("navidad").download("example2").execute();
      write(download.getInputStream(), "example2");
    }

  }
View Full Code Here

TOP

Related Classes of com.woorea.openstack.swift.model.ObjectDownload

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.