Class SafepointLogFile
- java.lang.Object
-
- com.microsoft.gctoolkit.parser.io.SafepointLogFile
-
- All Implemented Interfaces:
DataSource<String>
public class SafepointLogFile extends Object implements DataSource<String>
-
-
Constructor Summary
Constructors Constructor Description SafepointLogFile(Path path)
-
-
-
Constructor Detail
-
SafepointLogFile
public SafepointLogFile(Path path)
-
-
Method Detail
-
diary
public Diary diary()
todo: for the moment this diary is empty.- Specified by:
diaryin interfaceDataSource<String>- Returns:
- a diary
-
endOfData
public String endOfData()
- Specified by:
endOfDatain interfaceDataSource<String>
-
getPath
public Path getPath()
-
stream
public Stream<String> stream() throws IOException
- Specified by:
streamin interfaceDataSource<String>- Throws:
IOException
-
-