BlobStore@Deprecated public class InputStreamMapImpl extends BaseBlobMap<InputStream> implements InputStreamMap
BlobMap instead.BlobStore, 
InputStreamMap, 
BaseBlobMapBaseBlobMap.EntryInputStreamMap.Factoryblobstore, containerName, containsValueStrategy, getAllBlobs, listStrategy, options, pathStripper, prefixer, putBlobsStrategy| Constructor and Description | 
|---|
InputStreamMapImpl(BlobStore connection,
                  javax.inject.Provider<BlobBuilder> blobBuilders,
                  GetBlobsInListStrategy getAllBlobs,
                  ListContainerAndRecurseThroughFolders listStrategy,
                  ContainsValueInListStrategy containsValueStrategy,
                  PutBlobsStrategy putBlobsStrategy,
                  String containerName,
                  ListContainerOptions options)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
InputStream | 
get(Object o)
Deprecated.  
  | 
InputStream | 
put(String key,
   InputStream value)
Deprecated.  
  | 
void | 
putAll(Map<? extends String,? extends InputStream> map)
Deprecated.  
  | 
void | 
putAllBytes(Map<? extends String,byte[]> map)
Deprecated.  
  | 
void | 
putAllFiles(Map<? extends String,? extends File> map)
Deprecated.  
  | 
void | 
putAllStrings(Map<? extends String,? extends String> map)
Deprecated.  
  | 
InputStream | 
putBytes(String key,
        byte[] value)
Deprecated.  
  | 
InputStream | 
putFile(String key,
       File value)
Deprecated.  
  | 
InputStream | 
putString(String key,
         String value)
Deprecated.  
  | 
InputStream | 
remove(Object o)
Deprecated.  
  | 
Collection<InputStream> | 
values()
Deprecated.  
  | 
clear, containsKey, containsValue, entrySet, getAllBlobs, isEmpty, keySet, list, size, stripPrefix, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitlistclear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, size@Inject public InputStreamMapImpl(BlobStore connection, javax.inject.Provider<BlobBuilder> blobBuilders, GetBlobsInListStrategy getAllBlobs, ListContainerAndRecurseThroughFolders listStrategy, ContainsValueInListStrategy containsValueStrategy, PutBlobsStrategy putBlobsStrategy, String containerName, ListContainerOptions options)
public InputStream get(Object o)
get in interface Map<String,InputStream>public InputStream remove(Object o)
remove in interface Map<String,InputStream>public Collection<InputStream> values()
values in interface Map<String,InputStream>public void putAll(Map<? extends String,? extends InputStream> map)
putAll in interface Map<String,InputStream>public void putAllBytes(Map<? extends String,byte[]> map)
putAllBytes in interface InputStreamMappublic void putAllFiles(Map<? extends String,? extends File> map)
putAllFiles in interface InputStreamMappublic void putAllStrings(Map<? extends String,? extends String> map)
putAllStrings in interface InputStreamMappublic InputStream putString(String key, String value)
putString in interface InputStreamMappublic InputStream putFile(String key, File value)
putFile in interface InputStreamMappublic InputStream putBytes(String key, byte[] value)
putBytes in interface InputStreamMappublic InputStream put(String key, InputStream value)
put in interface Map<String,InputStream>Copyright © 2009-2013 jclouds. All Rights Reserved.