Usage: nom.tam.util.test.BufferedFileTester file [dim [numIts [flags]]] where file is the file to be read and written. dim is the dimension of the arrays to be written. numIts is the number of times each array is written. flags a string indicating what I/O to test O -- test old I/O (RandomAccessFile and standard streams) R -- BufferedFile (i.e., random access) S -- BufferedDataXPutStream X -- BufferedDataXPutStream using standard methods
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
<STAThreadAttribute, _ TestAttribute> Public Sub TestBufferedFile() |
C# |
---|
[STAThreadAttribute] [TestAttribute] public void TestBufferedFile() |
C++ |
---|
[STAThreadAttribute] [TestAttribute] public: void TestBufferedFile() sealed |
J# |
---|
/** @attribute STAThreadAttribute() */ /** @attribute TestAttribute() */ public void TestBufferedFile() |
JScript |
---|
public STAThreadAttribute TestAttribute function TestBufferedFile() |