Create a read-only buffered file
Namespace:
nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal filename As String _ ) |
C# |
---|
public BufferedFile( string filename ) |
C++ |
---|
public: BufferedFile( String filename ) sealed |
J# |
---|
public BufferedFile( string filename ) |
JScript |
---|
public function BufferedFile( filename : String ) |
See Also