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

10
LINES

< > BotCompany Repo | #1024345 // sliceDump_pageNames

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2027L/13K).

1  
static LS sliceDump_pageNames(File f) {
2  
  new LS names;
3  
  temp CloseableIterableIterator<S> it = linesFromFile(f);
4  
  while (it.hasNext()) {
5  
    S s = it.next();
6  
    if (!startsWith(s, '"')) break;
7  
    names.add(unquote(s));
8  
  }
9  
  ret names;
10  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024345
Snippet name: sliceDump_pageNames
Eternal ID of this version: #1024345/1
Text MD5: 059c91637f09db8f29b0ab88ca1a1787
Transpilation MD5: 6de27f5b33f60597138b5a0593797fde
Author: stefan
Category: javax / agi.blue
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-04 15:43:26
Source code size: 251 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 114 / 172
Referenced in: [show references]