protected class KuromojiFile.KuromojiUpdater extends Object implements Closeable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isCommit |
protected KuromojiItem |
item |
protected File |
newFile |
protected Writer |
writer |
| Modifier | Constructor and Description |
|---|---|
protected |
KuromojiUpdater(KuromojiItem newItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
KuromojiItem |
commit() |
KuromojiItem |
write(KuromojiItem oldItem) |
void |
write(String line) |
protected boolean isCommit
protected File newFile
protected Writer writer
protected KuromojiItem item
protected KuromojiUpdater(KuromojiItem newItem)
public KuromojiItem write(KuromojiItem oldItem)
public void write(String line)
public KuromojiItem commit()
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2009–2017 CodeLibs. All rights reserved.