Class ZipEntryStorage

All Implemented Interfaces:
IStorage, IAdaptable

@Deprecated public class ZipEntryStorage extends ZipEntryStorage
Deprecated.
In 3.0 this class is provided by the debug platform and clients should use the replacement class org.eclipse.debug.core.sourcelookup.containers.ZipEntryStorage.
Storage implementation for zip entries.

This class may be instantiated.

Since:
2.0
See Also:
Restriction:
This class is not intended to be sub-classed by clients.
  • Constructor Details

    • ZipEntryStorage

      public ZipEntryStorage(ZipFile archive, ZipEntry entry)
      Deprecated.
      Constructs a new storage implementation for the given zip entry in the specified zip file
      Parameters:
      archive - zip file
      entry - zip entry