# bined-lib-java **Repository Path**: arucil/bined-lib-java ## Basic Information - **Project Name**: bined-lib-java - **Description**: BinEd Library - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-17 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README BinEd Library ============= Library for hexadecimal viewer/editor component written in Java. Homepage: http://bined.exbin.org/library Screenshot ---------- ![BinEd-Example Screenshot](images/example_screenshot.png?raw=true) Features -------- - Data as hexadecimal codes and text preview - Insert and overwrite edit modes - Support for selection and clipboard actions - Scrollbars fixed or optional, character/line or pixel precision - Support for showing unprintable/whitespace characters - Support for undo/redo - Support for charset/encoding selection - Codes can be also binary, octal or decimal - Support for code and matching highlighting - Support for huge files - Delta mode - Only changes are stored in memory Compiling --------- Java Development Kit (JDK) version 8 or later is required to build this project. For project compiling Gradle 2.0 build system is used. You can either download and install gradle and run gradle build command in project folder or gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build. License ------- Apache License, Version 2.0 - see LICENSE-2.0.txt