[This is preliminary documentation and is subject to change.]

Method to open an existing storage from stream

Namespace: System.IO.Compression
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.0 (0.6.3.0)

Syntax

   
 C# 
public static ZipStorer Open(
	Stream stream,
	FileAccess fileFileAccess
)

Parameters

stream
Stream
Already opened stream with zip contents
fileFileAccess
FileAccess
File access mode for stream operations

Return Value

A valid ZipStorer object

See Also