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