org.apache.avalon.cornerstone.services.store
Interface StreamRepository

All Superinterfaces:
Repository
All Known Implementing Classes:
File_Persistent_Stream_Repository

public interface StreamRepository
extends Repository

Repository for Streams

Author:
Federico Barbieri

Method Summary
 InputStream get(String key)
           
 Iterator list()
           
 OutputStream put(String key)
           
 void remove(String key)
           
 
Methods inherited from interface org.apache.avalon.cornerstone.services.store.Repository
getChildRepository
 

Method Detail

put

public OutputStream put(String key)

get

public InputStream get(String key)

remove

public void remove(String key)

list

public Iterator list()


Copyright © Apache Software Foundation. All Rights Reserved.