Stream.Load Method (String, Byte[])

Independentsoft MSG .NET

Stream Load Method (String,  Byte ) MSG .NET Class Library
Loads data to this stream from the specified buffer.

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public void Load(
	string name,
	byte[] buffer
)
public void Load(
	string name,
	byte[] buffer
)
Public Sub Load ( 
	name As String,
	buffer As Byte()
)
Public Sub Load ( 
	name As String,
	buffer As Byte()
)
Dim instance As Stream 
Dim name As String 
Dim buffer As Byte()

instance.Load(name, buffer)
Dim instance As Stream 
Dim name As String 
Dim buffer As Byte()

instance.Load(name, buffer)
public void Load(
	String name,
	byte[] buffer
)
public void Load(
	String name,
	byte[] buffer
)
public function Load(
	name : String, 
	buffer : byte[]
)
public function Load(
	name : String, 
	buffer : byte[]
)
function Load(name, buffer);
function Load(name, buffer);

Parameters

name
Type: OnlineSystem String
Stream name.
buffer
Type:  OnlineSystem Byte 
Data buffer.
See Also