Click or drag to resize
StreamHelperReceive Method (MemoryStream, Stream, Int32, Int32)
读取

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static void Receive(
	MemoryStream memoryStream,
	Stream receiveStream,
	int readSize,
	int bufferSize
)

Parameters

memoryStream
Type: System.IOMemoryStream

[Missing <param name="memoryStream"/> documentation for "M:Adf.StreamHelper.Receive(System.IO.MemoryStream,System.IO.Stream,System.Int32,System.Int32)"]

receiveStream
Type: System.IOStream

[Missing <param name="receiveStream"/> documentation for "M:Adf.StreamHelper.Receive(System.IO.MemoryStream,System.IO.Stream,System.Int32,System.Int32)"]

readSize
Type: SystemInt32

[Missing <param name="readSize"/> documentation for "M:Adf.StreamHelper.Receive(System.IO.MemoryStream,System.IO.Stream,System.Int32,System.Int32)"]

bufferSize
Type: SystemInt32

[Missing <param name="bufferSize"/> documentation for "M:Adf.StreamHelper.Receive(System.IO.MemoryStream,System.IO.Stream,System.Int32,System.Int32)"]

Exceptions
ExceptionCondition
IOException
See Also