Class ZipStreamBackupResource

java.lang.Object
net.solarnetwork.node.backup.ZipStreamBackupResource
All Implemented Interfaces:
BackupResource

public class ZipStreamBackupResource extends Object implements BackupResource
A zip input stream backup resource.
Since:
1.46
Version:
1.2
Author:
matt
  • Constructor Details

    • ZipStreamBackupResource

      public ZipStreamBackupResource(InputStream stream, ZipEntry entry, String providerKey, String path)
      Construct with values.
      Parameters:
      stream - the zip archive stream
      entry - the entry previously obtained from the zip archive
      providerKey - the provider key
      path - the path to use
  • Method Details