List of Dataset methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| Line 35: | Line 35: | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category: | [[Category:Lists of methods]] | ||
Revision as of 20:29, 1 November 2011
The following are the available Dataset class methods.
| Method | Description |
|---|---|
| BlockSize | The block size of this dataset |
| Close | Close this dataset |
| New | Create a new dataset object |
| NumberOfBuffers | Number of buffers to use for i/o |
| Open | Open this dataset |
| Output | Indicates whether this dataset is writeable |
| ReadBlock | Read data from this dataset |
| ReadRecord | Read a record from this dataset |
| ReadRecords | Read multiple records from this dataset |
| RecordFormat | The format of record i/o blocks |
| RecordLength | The record length of this dataset |
| SirAudReport | |
| SirTuneReport | Read this dataset as a SirTune sample dataset |
| State | The current state of this dataset |
| WriteBlock | Write a block of data to this dataset |
| WriteRecord | Write a record to this dataset |
| WriteRecords | Write multiple records to this dataset |