底层文件操作
-
函数
- BinaryFormat
- BinaryRead
- BinaryReadList
- BinaryWrite
- Byte
- Character
- CharacterEncoding
- Close
- CreateFile
- DefineInputStreamMethod
- DefineOutputStreamMethod
- Expression
- Find
- InputStream
- NullRecords
- NullWords
- Number
- OpenAppend
- OpenRead
- OpenWrite
- Options
- OutputStream
- PageWidth
- Read
- ReadByteArray
- ReadLine
- ReadList
- ReadString
- Real
- Record
- RecordLists
- RecordSeparators
- SetOptions
- SetStreamPosition
- Skip
- StreamPosition
- Streams
- String
- StringToStream
- TokenWords
- Word
- WordSeparators
- Write
- WriteLine
- WriteString
- 相关指南
- 技术笔记
-
-
函数
- BinaryFormat
- BinaryRead
- BinaryReadList
- BinaryWrite
- Byte
- Character
- CharacterEncoding
- Close
- CreateFile
- DefineInputStreamMethod
- DefineOutputStreamMethod
- Expression
- Find
- InputStream
- NullRecords
- NullWords
- Number
- OpenAppend
- OpenRead
- OpenWrite
- Options
- OutputStream
- PageWidth
- Read
- ReadByteArray
- ReadLine
- ReadList
- ReadString
- Real
- Record
- RecordLists
- RecordSeparators
- SetOptions
- SetStreamPosition
- Skip
- StreamPosition
- Streams
- String
- StringToStream
- TokenWords
- Word
- WordSeparators
- Write
- WriteLine
- WriteString
- 相关指南
- 技术笔记
-
函数
底层文件操作
Wolfram 语言提供高效独立的系统结构,直接存取任意大小文件的所有相关方面.
文件打开和关闭
OpenRead ▪ OpenWrite ▪ OpenAppend ▪ CreateFile ▪ Close
文件选项
Options ▪ SetOptions ▪ CharacterEncoding ▪ PageWidth ▪ BinaryFormat
流
Streams ▪ OutputStream ▪ InputStream ▪ StringToStream
读取和写入
Read ▪ ReadList ▪ ReadString ▪ ReadLine ▪ Write ▪ WriteString ▪ WriteLine
Character ▪ Record ▪ Word ▪ Real ▪ String ▪ Expression
RecordSeparators, WordSeparators — 明确数据分界符
TokenWords ▪ NullWords ▪ NullRecords ▪ RecordLists
流中搜索
Skip ▪ Find ▪ StreamPosition ▪ SetStreamPosition
二进制数据 »
BinaryRead ▪ BinaryReadList ▪ ReadByteArray ▪ BinaryWrite ▪ ...