Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function Read( _ 
   ByVal buffer As Byte(),  _ 
   ByVal offset As Integer,  _ 
   ByVal count As Integer _ 
) As Integer
C#
public override int Read(
   byte[] buffer,
   int offset,
   int count
)
C++
public:
 virtual int Read(
   array<char>^ buffer,
   int offset,
   int count
) override 
J#
public override int Read(
   byte[] buffer,
   int offset,
   int count
)
JScript
public override  function Read(
   buffer : Byte[],
   offset : int,
   count : int
) : int

See Also