Warning: session_start(): open(/var/lib/php/sessions/sess_aemrrotjaduuiqabuth88p983o, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
utf8Reader - synonym of utf8BufferedReader [1028185]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1028185 // utf8Reader - synonym of utf8BufferedReader

JavaX fragment (include)

static BufferedReader utf8Reader(InputStream in) {
  ret utf8BufferedReader(in);
}



static BufferedReader utf8Reader(File f) {
  ret utf8BufferedReader(f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028185
Snippet name: utf8Reader - synonym of utf8BufferedReader
Eternal ID of this version: #1028185/1
Text MD5: d89ebb7cc3c8f6f4166561efc70cd878
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-25 14:38:39
Source code size: 161 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 602 / 656
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1028219 - utf8Reader_possiblyGZipped