Libraryless. Click here for Pure Java version (4729L/29K).
static O safeUnstructureFile(File f) ctex { if (!fileExists(f)) null; BufferedReader reader = utf8BufferedReader(f); ret unstructure_tok(javaTokC_noMLS_onReader(reader), true, null); }
Began life as a copy of #1016100
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026735 |
| Snippet name: | safeUnstructureFile |
| Eternal ID of this version: | #1026735/1 |
| Text MD5: | f711b4b8945572762385aa3e129f96b7 |
| Transpilation MD5: | 23d3ea69dde781d7db0fd8d0ff13fed5 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-19 21:33:04 |
| Source code size: | 194 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 411 / 506 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |