Get the current position in the stream


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FilePointer As Long
C#
public long FilePointer { get; }
C++
public property long FilePointer sealed  {
    __int64 get();
}
J#
/** property */
public long get_FilePointer();
JScript
public function get FilePointer() : long

See Also