fix: resolve InputStream to String conversion inefficiencies

Refactored multiple methods for converting InputStream to String for improved performance and memory efficiency. 
- Added BufferedReader-based implementation for handling large files.
- Optimized StringBuilder usage for character-based data.
- Simplified small file handling using Scanner.

Addresses performance issues and ensures better handling of edge cases in InputStream processing.
This commit is contained in:
Nodoubtz 2025-04-12 13:02:32 -04:00 committed by GitHub
commit 055b0bdf9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 0 deletions