BenSelect Documentation
Compression Class Methods
See Also  Send Feedback
Selerix.Foundation Namespace : Compression Class


For a list of all members of this type, see Compression members.

Public Methods

 NameDescription
public MethodCompressOverloaded. Compresses the specified bytes.  
public MethodCompressToByteCompresses to byte.  
public MethodDeCompressOverloaded. Decompress string.  
public Methodstatic (Shared in Visual Basic)ExtractZipExtracts all Zip Archive entries into the target folder.  
public MethodInputStreamOverloaded. Creates a decompression stream based on the given input stream.

After disposing this System.IO.Stream an underling System.IO.Stream remains open.

 
public MethodOutputStreamOverloaded. Creates a compression stream based on the given output stream.

After disposing this System.IO.Stream an underling System.IO.Stream remains open.

 
public Methodstatic (Shared in Visual Basic)UnzipEntireArchiveOverloaded. Unzip the entire archive into a dictionary[FileName,FileContents]  
public Methodstatic (Shared in Visual Basic)ZipArchiveCreateCreates a new zip archive.  
public Methodstatic (Shared in Visual Basic)ZipArchiveReadReads an existing zip archive.  
public Methodstatic (Shared in Visual Basic)ZipArchiveUpdateUpdates an existing zip archive.  
Top

See Also

© 2024 All Rights Reserved.