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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal rs As RowSource,  _ 
   ByVal bufSize As Integer _ 
)
C#
public StreamedBinaryTableHDU(
   RowSource rs,
   int bufSize
)
C++
public:
 StreamedBinaryTableHDU(
   RowSource rs,
   int bufSize
) sealed 
J#
public StreamedBinaryTableHDU(
   RowSource rs,
   int bufSize
)
JScript
public function StreamedBinaryTableHDU(
   rs : RowSource,
   bufSize : int
)

See Also