org.eclipse.gemini.blueprint.test.internal.util.jar.storage
Interface Storage

All Known Implementing Classes:
FileSystemStorage, MemoryStorage

public interface Storage

Simple interface for storing information, which allows reading and writing.

Author:
Costin Leau

Method Summary
 void dispose()
           
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 org.springframework.core.io.Resource getResource()
           
 

Method Detail

getInputStream

InputStream getInputStream()

getOutputStream

OutputStream getOutputStream()

getResource

org.springframework.core.io.Resource getResource()

dispose

void dispose()


Copyright © 2006-2012. All Rights Reserved.