Writes the contents of o[0] (o must be of type String[]) to the heap tempfile. Writes the heap offset and length of o[0] to outputBuf (which ends up in the binary table)
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overrides Function Render( _ ByVal o As Object, _ ByRef outputBuf As Byte, _ ByVal pos As Integer _ ) As Integer |
| C# |
|---|
| public override int Render( object o, ref byte outputBuf, int pos ) |
| C++ |
|---|
| public: virtual int Render( Object o, char% outputBuf, int pos ) override |
| J# |
|---|
| public override int Render( object o, byte outputBuf, int pos ) |
| JScript |
|---|
| public override
function Render( o : Object, outputBuf : Byte, pos : int ) : int |
Parameters
- o
- outputBuf
- pos