Libraryless. Click here for Pure Java version (2649L/17K).
1 | svoid testRawByteReader() { |
2 | byte[] bytes = new[256]; |
3 | for i to 256: bytes[i] = (byte) i; |
4 | L<Int> l = map(c -> (int) c, characters(reader2string(rawByteReader(byteArrayInputStream(bytes)))); |
5 | assertEqualsVerbose(l, iotaZeroList(256)); |
6 | } |
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: | #1029400 |
Snippet name: | testRawByteReader |
Eternal ID of this version: | #1029400/1 |
Text MD5: | 1714b727a0ea21c3913d093cb4ac759f |
Transpilation MD5: | 2911dc05939d47a0490b18b7bcaf1160 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-08-05 14:52:49 |
Source code size: | 245 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 172 / 250 |
Referenced in: | [show references] |