Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.02 KB

File metadata and controls

20 lines (14 loc) · 1.02 KB

FLSL Java Library

FLSL is an open-source and Java Library any Java Developers must try! Provides essential Java utilities: file I/O operations, AWT-based GUI framework (FGui), 2D/3D array structures, encoding tools (Hex/Bin/Base64), and string processing libraries.

Download

Latest Version (v1.0 Beta): Download latest FLSL Version

Important: Version 0.8-Alpha has resource leaks in file I/O operations. Use v0.9 or higher for production.

View All Releases & Changelog

Features

  • File Operations: Read/write files with proper resource management
  • Data Structures: Array2D & Array3D for multidimensional data
  • String Processing: StringProcessor & StringScanner utilities
  • GUI Framework: AWT-based FGui for desktop interfaces
  • Encoding/Decoding: Hex, Binary, and Base64 codec support
  • Keyboard Input: KeyIO utilities for user input handling