Package com.graphdbapi.file
Interface BufferedReaderObject
-
- All Superinterfaces:
java.lang.AutoCloseable
public interface BufferedReaderObject extends java.lang.AutoCloseable
用于IO的BufferedReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
readLine()
读取一行字符串
-
-
-
Method Detail
-
readLine
java.lang.String readLine() throws GraphDbFileIOException
读取一行字符串- Returns:
- 返回一行的字符串
- Throws:
GraphDbFileIOException
- IO异常
-
-