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 ManagedOutputStreamStorageManager. getOutputStream(String managedFile)Returns aManagedOutputStreamfor a managed file.ManagedOutputStream[]StorageManager. getOutputStreamSet(String[] managedFiles)Returns an array ofManagedOutputStreamfor a set of managed files.
-