MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / parse

Method parse

CodenameOne/src/com/codename1/io/CSVParser.java:76–78  ·  view source on GitHub ↗
(InputStream r)

Source from the content-addressed store, hash-verified

74 ///
75 /// array of rows and columns
76 public String[][] parse(InputStream r) throws IOException {
77 return parse(Util.getReader(r));
78 }
79
80 /// Parses input from the given stream and returns the tokens broken into rows and columns
81 ///

Calls 11

getReaderMethod · 0.95
addElementMethod · 0.95
nextCharMethod · 0.95
peekNextCharMethod · 0.95
appendMethod · 0.95
lengthMethod · 0.95
toStringMethod · 0.95
setLengthMethod · 0.95
sizeMethod · 0.95
elementAtMethod · 0.95
closeMethod · 0.65