BinaryReadList

BinaryReadList["file"]

reads all remaining bytes from a file, and returns them as a list of integers from 0 to 255.

BinaryReadList["file",type]

reads objects of the specified type from a file, until the end of the file is reached. The list of objects read is returned.

BinaryReadList["file",{type1,type2,}]

reads objects with a sequence of types, until the end of the file is reached.

BinaryReadList["file",types,n]

reads only the first n objects of the specified types.

Details and Options

Examples

open allclose all

Basic Examples  (1)

Create a file with a sequence of bytes:

Read all the data in the file:

Read the data as objects of a sequence of types:

Scope  (1)

Read bytes from the file specified using File object:

Properties & Relations  (1)

BinaryReadList reads all the bytes in a file, returning them as a list:

ReadByteArray reads all the bytes, returning them as a ByteArray object:

Wolfram Research (2004), BinaryReadList, Wolfram Language function, https://reference.wolfram.com/language/ref/BinaryReadList.html (updated 2016).

Text

Wolfram Research (2004), BinaryReadList, Wolfram Language function, https://reference.wolfram.com/language/ref/BinaryReadList.html (updated 2016).

CMS

Wolfram Language. 2004. "BinaryReadList." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2016. https://reference.wolfram.com/language/ref/BinaryReadList.html.

APA

Wolfram Language. (2004). BinaryReadList. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BinaryReadList.html

BibTeX

@misc{reference.wolfram_2023_binaryreadlist, author="Wolfram Research", title="{BinaryReadList}", year="2016", howpublished="\url{https://reference.wolfram.com/language/ref/BinaryReadList.html}", note=[Accessed: 04-December-2023 ]}

BibLaTeX

@online{reference.wolfram_2023_binaryreadlist, organization={Wolfram Research}, title={BinaryReadList}, year={2016}, url={https://reference.wolfram.com/language/ref/BinaryReadList.html}, note=[Accessed: 04-December-2023 ]}