1 | import javax.imageio.*; |
2 | import javax.imageio.stream.*; |
3 | |
4 | static FileImageOutputStream fileImageOutputStream(File f) throws IOException {
|
5 | ret new FileImageOutputStream(mkdirsForFile(f)); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019872 |
| Snippet name: | fileImageOutputStream |
| Eternal ID of this version: | #1019872/2 |
| Text MD5: | bd326ebd45c01115cc65cb937204ec37 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-30 13:21:23 |
| Source code size: | 193 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 543 / 550 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |