A stream editor that can be invoked by another java program or also the command line. It can handle binary data too. Unlike newline based programs like sed, it allows different ways of reading the stream through the traverser, buffer and commands interfaces. A traverser decides how the data is read. This data is stored in the buffer. The commands decide what to do with this data.
All data is handled as characters, by specifying an encoding. For binary data, the encoding ISO-8859-1 is used by default, has 256 single-byte characters. Data in the buffer is available as a charsequence to the commands for stuff like regex matching etc. The output can be redirected to a file, and an output encoding can be specified.The commands can also store/retrive arbitrary data for later use in a map. Evaluation of expressions in commands is done using Apache Jexl, and custom functions can also be used. Sample java usage and sample command line usage examples are included.

Features

  • Support for binary/text-data and java-supported charsets
  • Support for regular expressions and expression evaluation using Jexl
  • Customizable/Extensible
  • Usage via Command-line or Java

Project Activity

See All Activity >

Categories

Hex Editors

Follow Binary Stream Editor

Binary Stream Editor Web Site

You Might Also Like
Vivantio IT Service Management Icon
Vivantio IT Service Management

Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Binary Stream Editor!

Additional Project Details

Intended Audience

Advanced End Users, Developers

User Interface

Command-line

Programming Language

Unix Shell, Java

Related Categories

Unix Shell Hex Editors, Java Hex Editors

Registered

2012-06-25