Byte
背景
-
- 字节序列.
- 原始二进制格式.
- 等同于 UnsignedInteger8 格式.
Import 与 Export
- Import["file","Byte"] 导入任意文件,返回一个范围(0,255)的整数封装数组.
- Export["file",list,"Byte"] 导出一个范围(0,255)的整数列表至 file.
- Import["file",{"Byte",elem}] 或 Import["file",elem ] 从 file 中导入指定的参数.
- Import["file",{"Byte",{elem1,elem2,…}}] 导入多个参数.
- 请到以下参考页面了解完整的基本信息:
-
Import, Export 从文件导入或导出到文件 CloudImport, CloudExport 从云对象导入或导出到云对象 ImportString, ExportString 从字符串导入或导出到字符串 ImportByteArray, ExportByteArray 从字节数组导入或导出到字节数组