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