This commit is contained in:
parent
a472df26ed
commit
a35d823ec4
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: File Parser
|
||||
author: Debucquoy Anthony (tonitch)
|
||||
date: 5 March 2023
|
||||
---
|
||||
<!-- --- -->
|
||||
<!-- title: File Parser -->
|
||||
<!-- author: Debucquoy Anthony (tonitch) -->
|
||||
<!-- date: 5 March 2023 -->
|
||||
<!-- --- -->
|
||||
# File Parser Specification
|
||||
|
||||
For the Project, I wanted to challenge myself, I decided to do my own file parser with my own specification that would
|
||||
|
@ -14,7 +14,7 @@ public interface FileParser {
|
||||
* @param file file to parse
|
||||
* @param saved_data does the saved data should be added to the map
|
||||
* @return Map Object parsed with file data
|
||||
* @see "TODO: Add Specification when done"
|
||||
* @see <a href="http://school.debucquoy.me/spec/FileParser.html#file-parser-specification"> Parser Specification</a>
|
||||
* @throws FileNotFoundException if the file was not found or was not accessible
|
||||
* @throws IOException if an I/O occurs
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user