LumiSoft Net Help
Read Method (buffer, offset, size)
NamespacesLumiSoft.Net.IOJunkingStreamRead(array<Byte>[]()[][], Int32, Int32)
Reads data from the stream. This method always throws a NotSupportedException.
Declaration Syntax
C#Visual BasicVisual C++F#
public override int Read(
	byte[] buffer,
	int offset,
	int size
)
Public Overrides Function Read ( 
	<OutAttribute> buffer As Byte(),
	offset As Integer,
	size As Integer
) As Integer
public:
virtual int Read(
	[InAttribute] [OutAttribute] array<unsigned char>^ buffer, 
	int offset, 
	int size
) override
abstract Read : 
        buffer : byte[] byref * 
        offset : int * 
        size : int -> int 
override Read : 
        buffer : byte[] byref * 
        offset : int * 
        size : int -> int 
Parameters
buffer (array<Byte>[]()[][])
This parameter is not used.
offset (Int32)
This parameter is not used.
size (Int32)
This parameter is not used.
Return Value
Int32

[Missing <returns> documentation for "M:LumiSoft.Net.IO.JunkingStream.Read(System.Byte[],System.Int32,System.Int32)"]

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119