1 | static byte[] toUtf8_generic(O o) {
|
2 | if (o instanceof S) ret toUtf8((S) o); |
3 | if (o instanceof byte[]) ret (byte[]) o; |
4 | if (o == null) null; |
5 | fail(className(o)); |
6 | } |
Began life as a copy of #1012977
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012978 |
| Snippet name: | toUtf8_generic |
| Eternal ID of this version: | #1012978/1 |
| Text MD5: | a46b60d8ff66c958b10b56bd4279ed80 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-19 00:31:40 |
| Source code size: | 171 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 646 / 687 |
| Referenced in: | [show references] |