Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides Sub Write( _ ByVal buffer As Byte(), _ ByVal offset As Integer, _ ByVal count As Integer _ ) |
| C# |
|---|
| public override void Write( byte[] buffer, int offset, int count ) |
| C++ |
|---|
| public: virtual void Write( array<char>^ buffer, int offset, int count ) override |
| J# |
|---|
| public override void Write( byte[] buffer, int offset, int count ) |
| JScript |
|---|
| public override
function Write( buffer : Byte[], offset : int, count : int ) |