Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.45
testFile
Method · 0.45
nextDocument
Method · 0.45
hasNext
Method · 0.45
hasNext
Method · 0.45
hasNext
Method · 0.45
read
Method · 0.45
loadDict
Method · 0.45
saveTo
Method · 0.45
loadFrom
Method · 0.45
saveTo
Method · 0.45
loadFrom
Method · 0.45
Calls
1
init
Method · 0.95
Tested by
4
main
Method · 0.36
testFile
Method · 0.36
test
Method · 0.36
test
Method · 0.36