Created
July 15, 2019 09:04
-
-
Save talosdev/c941d0f4b5f86d802de5508546488ed1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val file: File = | |
| measureTimeMillis({ time -> Log.d(TAG, "Read and decode took $time") }) { | |
| readFile() | |
| decodeFile() | |
| // return the decoded file | |
| File("/path/to/file") | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment