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

UnsignedInteger8

Sequence of unsigned 8-bit integers.
Raw binary format.
Equivalent to the Byte format.
  • Import can read any file as a sequence of unsigned 8-bit integers.
  • Export writes a list of integers in the range to a binary file.
  • Import imports any file, returning a packed array of integers in the range .
  • Export exports a list of integers in the range to file.
  • 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", {"UnsignedInteger8", n}] gives the n^(th) 8-bit integer from file.
  • Trailing bytes are ignored if the size of the imported file is not a multiple of the data size.
"HeaderBytes"0how many bytes to skip at the beginning of the file
Convert a list of integers to a string representing binary 8-bit unsigned integers:
Convert the binary data back to an expression:
Import the same data, assuming it represents an array of 8-bit characters:
Skip the first 10 bytes on Import:
Convert a list of integers to a string representing binary 8-bit unsigned integers:
In[1]:=
Click for copyable input
Out[1]=
Convert the binary data back to an expression:
In[2]:=
Click for copyable input
Out[2]=
Import the same data, assuming it represents an array of 8-bit characters:
In[3]:=
Click for copyable input
Out[3]=
Skip the first 10 bytes on Import:
In[4]:=
Click for copyable input
Out[4]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
格式:   HTML  |  CDF