| 1979 | } |
| 1980 | |
| 1981 | void close() { |
| 1982 | if (NULL != file) { |
| 1983 | fclose(file); |
| 1984 | file = NULL; |
| 1985 | } |
| 1986 | } |
| 1987 | }; |
| 1988 | |
| 1989 | const size_t BufferedFileInputStreamReader::BUFFER_SIZE = 2000000; |
nothing calls this directly
no outgoing calls
no test coverage detected