Read entire file: Difference between revisions

m
Line 707:
 
<syntaxhighlight lang="java">
File iconFile = #./checkmark.ico;
File htmlFile = $/docs/website/index.htm;
 
Byte[] bytes = iconFile.contents;
162

edits