MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / openReader

Method openReader

src/org/opensourcephysics/tools/Resource.java:205–207  ·  view source on GitHub ↗

Opens a BufferedReader for the default character set (UTF-8). @return the reader

()

Source from the content-addressed store, hash-verified

203 * @return the reader
204 */
205 public BufferedReader openReader() {
206 return openReader(null);
207 }
208
209 /**
210 * Opens a BufferedReader for a specified character set.

Callers 10

openMethod · 0.95
importFileIntoTabMethod · 0.95
getStringMethod · 0.95
openReaderMethod · 0.95
getPropertiesMethod · 0.95
getTranslatedLocalesMethod · 0.95
openMethod · 0.95
readAsyncMethod · 0.95
readMethod · 0.95
readForClassMethod · 0.95

Calls 2

readerForStreamMethod · 0.95
openInputStreamMethod · 0.95

Tested by

no test coverage detected