This is a set of Java classes and static methods for:
- System process management on a machine, e.g. starting a process, starting a process via PowerShell; getting process PID, waiting, destroying, getting all processes, etc.
- Buffered file reader for both text (ASCII) and binary files, specifically useful for parallel file parsing and/or for large files.
- Async. timer with a variable precision.
- Very easy HTTP GET request sender and data retriever.
_____________
- All compiled Java classes are in org.engitex.utils package.
- Package com.company contains corresponding examples showing how to use the main classes and methods from org.engitex.utils.
- Files readme.md, blas.F, Wrench_3dstudio.3ds, nut.stl are used in BufferedFileReaderExample.
Features
- Windows
- Java
- utilities
- system process
- file reader