FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsZipArchiveExtension..::..CreateEntryFileStream Method

Creates the entry file stream.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static void CreateEntryFileStream(
	ZipArchive oZip,
	string sFileName,
	byte[] oFileContent
)
Public Shared Sub CreateEntryFileStream ( _
	oZip As ZipArchive, _
	sFileName As String, _
	oFileContent As Byte() _
)
public:
static void CreateEntryFileStream(
	ZipArchive^ oZip, 
	String^ sFileName, 
	array<unsigned char^>^ oFileContent
)

Parameters

oZip
Type: ZipArchive
The o zip.
sFileName
Type: String
Name of the s file.
oFileContent
Type: array<Byte>[]()[][]
Content of the o file.