MCPcopy Create free account
hub / github.com/FudanNLP/fnlp / close

Method close

fnlp-core/src/main/java/org/fnlp/util/UnicodeReader.java:126–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 public void close() throws IOException {
127 init();
128 internalIn2.close();
129 }
130
131 public int read(char[] cbuf, int off, int len) throws IOException {
132 init();

Callers 15

mainMethod · 0.45
testFileMethod · 0.45
nextDocumentMethod · 0.45
hasNextMethod · 0.45
hasNextMethod · 0.45
hasNextMethod · 0.45
readMethod · 0.45
loadDictMethod · 0.45
saveToMethod · 0.45
loadFromMethod · 0.45
saveToMethod · 0.45
loadFromMethod · 0.45

Calls 1

initMethod · 0.95

Tested by 4

mainMethod · 0.36
testFileMethod · 0.36
testMethod · 0.36
testMethod · 0.36