Transpiled version (8000L) is out of date.
1 | static CloseableShortIterator decodeOpusStream(S url) throws IOException {
|
2 | temp var res = tempResources(); |
3 | var in = res.add(httpInputStream(url)); |
4 | OpusMachine machine = res.add(new OpusMachine(in)); |
5 | |
6 | on clean exit { res.forget(); }
|
7 | |
8 | ret new OpusMachineIterator(machine); |
9 | //ret with(() -> res.forget(), new OpusMachineIterator(machine)); |
10 | //OpusMachineIterator iter = new(machine); |
11 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033021 |
| Snippet name: | decodeOpusStream |
| Eternal ID of this version: | #1033021/15 |
| Text MD5: | 0e7efe4c7295775307c950946d8667b2 |
| Author: | stefan |
| Category: | javax / opus |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-11 18:07:31 |
| Source code size: | 407 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 400 / 547 |
| Version history: | 14 change(s) |
| Referenced in: | [show references] |