Mathematica > 数据处理 > 导入和导出 > Integer16 >

Integer16

Uniform sequence of signed 16-bit integers.
Binary data format.
  • Import can read any file as a sequence of signed 16-bit integers.
  • Export writes a list of integers in the range to a binary file.
  • Import imports an arbitrary file as a sequence of signed 16-bit integers, returning a packed array of integers in the range .
  • Export exports a list of integers in the range to a binary sequence of 16-bit integers.
  • Import imports multiple elements.
  • See the reference pages for full general information on Import and Export.
"Elements" elements and options available in this file
"Rules"full rules for each element and option
"Options"rules for options, properties, and settings
  • Data representation element:
"Data"list of integers in the range
  • Import["file", {"Integer16", n}] gives the n^(th) 16-bit integer.
  • Trailing bytes are ignored if the size of the imported file is not a multiple of the data size.
  • General option:
ByteOrdering-1what byte ordering to use
"HeaderBytes"0how many bytes to skip at the beginning of the file
Convert a list of integers to a string representing binary 8-bit signed integers:
Convert the binary data back to a list of integers:
Show the byte values of the exported data:
Import as 16-bit Unicode characters:
Interpret as raw 16-bit Unicode text:
Convert a list of integers to a string representing binary 8-bit signed integers:
In[1]:=
Click for copyable input
Out[1]=
Convert the binary data back to a list of integers:
In[2]:=
Click for copyable input
Out[2]=
Show the byte values of the exported data:
In[3]:=
Click for copyable input
Out[3]=
Import as 16-bit Unicode characters:
In[4]:=
Click for copyable input
Out[4]=
Interpret as raw 16-bit Unicode text:
In[5]:=
Click for copyable input
Out[5]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
格式:   HTML  |  CDF