Skip to content

Tags: TeamworkGuy2/JFileIo

Tags

v0.9.0

Toggle v0.9.0's commit message
(1 commit) 0.9.0 - Remove unused WriteToFile. Update Bytes documentat…

…ion. Renamed FileFilterUtil standardizePathName() -> standardSeparator() and added overload.

v0.8.3

Toggle v0.8.3's commit message
(1 commit) 0.8.3 - Fix FileReadUtil.decode(), readText(), readChars()…

…, and readString() failing for empty streams/files.

v0.8.2

Toggle v0.8.2's commit message
(1 commit) 0.8.2 - refactor FileReadUtil with more optimized code and…

… InputStream -> char[]/String methods, better FileReadUtil chunkSize and charset defaults customization via constructor and static defaults for thread local instances, more unit tests.

v0.8.1

Toggle v0.8.1's commit message
Java 9, JUnit 5, and dependency update jtwg2-logging@0.3.0

v0.8.0

Toggle v0.8.0's commit message
Removed/moved Locations class to new JLoadApp library

v0.7.1

Toggle v0.7.1's commit message
Updated json-stringify to latest 0.2.0 version (instance based JsonSt…

…ringify class)

v0.7.0

Toggle v0.7.0's commit message
Moved JsonWrite to new json-stringify library, updated depend…

v0.6.4

Toggle v0.6.4's commit message
Updated to use latest 0.7.0 version of jcollection-util

v0.6.3

Toggle v0.6.3's commit message
New Matches interface (implemented by FileFilterUtil.Cache) and some …

…additional comments/documentation.

v0.6.2

Toggle v0.6.2's commit message
Added ExecuteCmd getInputReader() and getErrorReader() methods and fi…

…xed compiled jar file path.