Navigation
Name
Rascal
/
Libraries
/
Prelude
/
IO
/
readFileBytes
Synopsis
Read the contents of a file and return it as a list of bytes.
Function
list[int] readFileBytes(loc file) throws PathNotFound(loc file), IO(str msg)
Usage
import IO;
[
Edit
] | [
New Subconcept
] | [
Recompile Course
] | [
Warnings
]
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit
ask.rascal-mpl.org
.