Uses of Class
org.eclipse.osgi.storagemanager.ManagedOutputStream
-
Packages that use ManagedOutputStream Package Description org.eclipse.osgi.storagemanager Provides the storage manager API. -
-
Uses of ManagedOutputStream in org.eclipse.osgi.storagemanager
Methods in org.eclipse.osgi.storagemanager that return ManagedOutputStream Modifier and Type Method Description ManagedOutputStream
StorageManager. getOutputStream(String managedFile)
Returns aManagedOutputStream
for a managed file.ManagedOutputStream[]
StorageManager. getOutputStreamSet(String[] managedFiles)
Returns an array ofManagedOutputStream
for a set of managed files.
-