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