Read an object. An EOF will be signaled if the object cannot be fully read. The getPrimitiveArrayCount() method may then be used to get a minimum number of bytes read.


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

Syntax

Visual Basic (Declaration)
Public Overrides Function ReadArray( _ 
   ByVal o As Object _ 
) As Integer
C#
public override int ReadArray(
   object o
)
C++
public:
 virtual int ReadArray(
   Object o
) override 
J#
public override int ReadArray(
   object o
)
JScript
public override  function ReadArray(
   o : Object
) : int

Parameters

o
The object to be read. This object should be a primitive (possibly multi-dimensional) array.

Return Value

s The number of bytes read.

See Also