• Tutorials
  • Api Documentation
  • Download
  • Credits
Show / Hide Table of Contents
  • AutoCheck.Core
    • Output
    • Output.Log
    • Output.Style
    • Output.Type
    • Script
    • Script.ExecutionMode
    • Utils
    • Utils.OS
  • AutoCheck.Core.Connectors
    • Atom
    • Base
    • Compressed
    • Css
    • Csv
    • CsvDocument
    • Dmoj
    • GDrive
    • Html
    • Math
    • Odoo
    • Operator
    • PlainText
    • PlainText.PlainTextDocument
    • Postgres
    • Rss
    • Shell
    • TextStream
    • Xml
    • Xml.XmlNodeType
  • AutoCheck.Core.CopyDetectors
    • Base
    • Base.Mode
    • Css
    • Html
    • PlainText
    • PlainText.File
    • SourceCode
    • SqlLog
    • Xml
  • AutoCheck.Core.Events
    • LogUpdateEventArgs
    • StatusUpdateEventArgs
    • StatusUpdateEventArgs.ExecutionEvent
  • AutoCheck.Core.Exceptions
    • ArgumentInvalidException
    • ArgumentNotFoundException
    • ConfigFileMissingException
    • ConnectionInvalidException
    • ConnectorInvalidException
    • ConnectorNotFoundException
    • DocumentInvalidException
    • DownloadFailedException
    • ItemNotFoundException
    • PorpertyNotFoundException
    • QueryInvalidException
    • RegexInvalidException
    • ResultMismatchException
    • ScriptInvalidException
    • ScriptNotFoundException
    • StyleInvalidException
    • StyleNotAppliedException
    • StyleNotFoundException
    • TableInconsistencyException
    • VariableInvalidException
    • VariableNotFoundException
  • Google.DiffMatchPatch
    • Diff
    • DiffMatchPatch
    • Operation
    • Patch

Class Compressed

Inheritance
System.Object
Base
Compressed
Inherited Members
Base.ProcessRemoteFile(Utils.OS, String, String, String, Int32, String, Action<String>)
Namespace: AutoCheck.Core.Connectors
Assembly: AutoCheck.Core.dll
Syntax
public class Compressed : Base

Constructors

| Improve this Doc View Source

Compressed(Utils.OS, String, String, String, Int32, String)

Declaration
public Compressed(Utils.OS remoteOS, string host, string username, string password, int port, string filePath)
Parameters
Type Name Description
Utils.OS remoteOS
System.String host
System.String username
System.String password
System.Int32 port
System.String filePath
| Improve this Doc View Source

Compressed(Utils.OS, String, String, String, String)

Declaration
public Compressed(Utils.OS remoteOS, string host, string username, string password, string filePath)
Parameters
Type Name Description
Utils.OS remoteOS
System.String host
System.String username
System.String password
System.String filePath
| Improve this Doc View Source

Compressed(String)

Creates a new connector instance.

Declaration
public Compressed(string filePath)
Parameters
Type Name Description
System.String filePath

A compressed file path.

Properties

| Improve this Doc View Source

FileContent

Declaration
public MemoryStream FileContent { get; }
Property Value
Type Description
MemoryStream
| Improve this Doc View Source

FileType

Declaration
public ArchiveType FileType { get; }
Property Value
Type Description
ArchiveType

Methods

| Improve this Doc View Source

Dispose()

Disposes the object releasing its unmanaged properties.

Declaration
public override void Dispose()
Overrides
Base.Dispose()
| Improve this Doc View Source

Extract(Boolean, String, String)

Extracts the compressed file.

Declaration
public void Extract(bool recursive = false, string output = null, string password = null)
Parameters
Type Name Description
System.Boolean recursive

Compressed files within the extracted one, will be also extracted.

System.String output

Destination folder for the extracted files.

System.String password

Compressed file's password.

| Improve this Doc View Source

Extract(String, String)

Extracts the compressed file.

Declaration
public void Extract(string output, string password = null)
Parameters
Type Name Description
System.String output

Destination folder for the extracted files.

System.String password

Compressed file's password.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX