org.eclipse.gemini.blueprint.test.internal.util.jar.storage
Class MemoryStorage
java.lang.Object
org.eclipse.gemini.blueprint.test.internal.util.jar.storage.MemoryStorage
- All Implemented Interfaces:
- Storage
public class MemoryStorage
- extends Object
- implements Storage
Memory based storage. This class writes the information to a byte array.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryStorage
public MemoryStorage()
dispose
public void dispose()
- Specified by:
dispose
in interface Storage
getInputStream
public InputStream getInputStream()
- Specified by:
getInputStream
in interface Storage
getOutputStream
public OutputStream getOutputStream()
- Specified by:
getOutputStream
in interface Storage
getResource
public org.springframework.core.io.Resource getResource()
- Specified by:
getResource
in interface Storage
Copyright © 2006-2013. All Rights Reserved.