Skip to content

abstractj/libmatthew-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

libmatthew-java

Unix Sockets Library

This is a collection of classes and native code to allow you to read and write Unix sockets in Java.

Debug Library

This is a comprehensive logging and debugging solution.

CGI Library

This is a collection of classes and native code to allow you to write CGI applications in Java.

I/O Library

This provides a few much needed extensions to the Java I/O subsystem. Firstly, there is a class which will connect and InputStream with an OutputStream and copy data between them.

Secondly there are two classes for inserting into an Input or OutputStream pipe a command line command, so that everything is piped through that command.

Thirdly there are a pair of classes for splitting streams in two. This can either be to two OuputStreams, or to an OutputStream and a file. Equivelent to the UNIX tool tee in UNIX pipes.

Hexdump

This class formats byte-arrays in hex and ascii for display.

Credit

All the hard work in this project is credited to Matthew Johnson.

Acknowledgments

Thanks to Diego López León for the initial work with Maven. This fork was pretty much based on the work done here.

About

Set of java libraries written by Dr Matthew Johnson

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.8%
  • C 9.2%