SingingBlockZipFileEncoder class 
 
    
    
  
    
  
    
  
    Methods
    
        - 
  addArchiveFile(ArchiveFile file)
    → void
  
  
- 
  
  
- 
  addDirectory(Directory dir, {bool includeDirName = true, int? level, bool followLinks = true})
    → Future<void>
  
  
- 
  
  
- 
  addFile(File file, [String? filename, int? level = GZIP])
    → Future<void>
  
  
- 
  
  
- 
  close()
    → void
  
  
- 
  
  
- 
  closeSync()
    → void
  
  
- 
  
  inherited 
- 
  create(String zip_path, {int? level, DateTime? modified})
    → void
  
  
- 
  
  
- 
  createWithBuffer(OutputFileStream outputFileStream, {int? level, DateTime? modified})
    → void
  
  
- 
  
  inherited 
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  open(String zip_path)
    → void
  
  
- 
  
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  zipDirectory(Directory dir, {String? filename, int? level, bool followLinks = true, DateTime? modified})
    → void
  
  
- 
  Zips a dirto a Zip file synchronously.
- 
  zipDirectoryAsync(Directory dir, {String? filename, int? level, bool followLinks = true, void onProgress(double)?, DateTime? modified})
    → Future<void>
  
  
- 
  Zips a dirto a Zip file asynchronously.inherited