org.apache.james.repository.api
Interface StreamRepository

All Superinterfaces:
Repository
All Known Implementing Classes:
FilePersistentStreamRepository

public interface StreamRepository
extends Repository


Method Summary
 InputStream get(String key)
           
 Iterator<String> list()
           
 OutputStream put(String key)
           
 void remove(String key)
           
 
Methods inherited from interface org.apache.james.repository.api.Repository
getChildRepository
 

Method Detail

get

InputStream get(String key)

list

Iterator<String> list()

put

OutputStream put(String key)

remove

void remove(String key)


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.