summaryrefslogtreecommitdiff
path: root/src/io/DataWriter.java
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Removed unused port.Maurice Laveaux1-2/+0
2014-05-22Refactored JSON to GSON's implementation.Maurice Laveaux1-19/+23
2014-05-07Fix null ptr when close/commitPeter Wu1-1/+8
2014-05-07Add flush commandPeter Wu1-1/+13
2014-05-07Get rid of separate profilesPeter Wu1-30/+5
2014-05-03DataWriter: first read, then open for writingPeter Wu1-2/+3
2014-05-03DataWriter: better detect errors in reading dataPeter Wu1-6/+13
2014-05-02Properly close files and stream on exitPeter Wu1-1/+2
2014-05-02DataWriter should not open files in constructorPeter Wu1-19/+40
2014-05-02Fix typo in DataWriterPeter Wu1-1/+1
2014-05-02Abort if file cannot be read, don't leak on errorPeter Wu1-11/+17
2014-05-02DataWriter: don't leak input fdPeter Wu1-1/+10
2014-05-02Refactor DataWriter once more to group a filePeter Wu1-37/+79
2014-05-02Make DataWriter more genericPeter Wu1-11/+40
2014-05-02Don't ignore IOException stupid!Peter Wu1-34/+23
2014-05-01Added the target command with options: file, shell.Maurice Laveaux1-4/+15
2014-04-30Fix namesPeter Wu1-5/+4
2014-04-30Renamed OutputStream.java because it was part of the Java classes.Maurice Laveaux1-0/+137