public interface BufferedWriterObject
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
flush()
刷新
|
void |
write(java.lang.String value)
写string值
|
void write(java.lang.String value) throws GraphDbFileIOException
value
- 背写的字符串GraphDbFileIOException
- IO异常void flush() throws GraphDbFileIOException
GraphDbFileIOException
- IO异常