Read a segment of a primitive array.
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function Read( _ ByVal buf As SByte(), _ ByVal offset As Integer, _ ByVal size As Integer _ ) As Integer |
C# |
---|
public abstract int Read( sbyte[] buf, int offset, int size ) |
C++ |
---|
public: int Read( array<unsigned char>^ buf, int offset, int size ) abstract |
J# |
---|
public abstract int Read( sbyte[] buf, int offset, int size ) |
JScript |
---|
public abstract
function Read( buf : SByte[], offset : int, size : int ) : int |
Parameters
- buf
- offset
- size