.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Zip Class Summary

Zip::OpenFromMemory

Open a Zip that is completely in-memory. This allows for Zip files to be opened from non-filesystem sources, such as a database.

  Declarations  
    [Visual Basic]
Public Function OpenFromMemory(ByVal inData() As Byte) As Boolean

[C#]
public bool OpenFromMemory(byte[] inData);

[C++]
public bool OpenFromMemory(unsigned char __gc[] inData);

[JScript]
public function OpenFromMemory(Byte[] inData) : Boolean
 
  Parameters  
   
inData
The image of the Zip to be opened
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.