Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Stream Utilities (EasyStream)Small set of utilities for dealing with streams. You can use this library for: 'Convert' an OutputStream into an InputStream. Stream statistics gathering: bytes read/written, bit rate. Stream buffering: read the content of an InputStream multiple times or seek ... [More] to a definite position. Stream wiring: While reading the data from an InputStream "tee" it to supplied OutputStream(s) or write data to multiple OutputStream(s) at the same time. EasyStream is a natural extension of Apache commons-io, providing advanced solutions to some common but not trivial problem. Focus is on performance and memory usage. Format detection (WazFormat)This library is a format identification framework that integrates a native format identification engine with droid and in future will integrate mime-utils and apache tika. Supports more than 60 file formats. on the fly detection: it wraps the original InputStream so it's able to "preserve" the data in it for further processing (the data is eventually buffered to disk or to memory but the users won't notice it). Nested detection: it can detect what is inside a bzip2 stream or a PKCS#7 document. Result of identification is an Enum. Most of identification libraries return a string that must be further parsed by the calling software. What is next ?Take the 5 minutes tutorials: 'Convert' an OutputStream into an InputStream introduction stream utilities explained usage. format identification. Check out the full API (Javadoc) at easystream and wazformat . Download the latest version (see the link on the right) or if you're a Maven2 user install it (if you use Maven2 you'll get the freshest but stable version). Post your questions on the users forum. Any help is appreciated (also comment or suggestion or bug reports). If you want to contribute please contact me through the forum and request for a membership. [Less]

5.0
 
  0 reviews  |  2 users  |  14,246 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

The project provides implementation of stream that make easy the binding between streams, providing features to connect one input stream to multiple output and viceversa. For more details review the wiki pages StreamJack. New package release finally renamed to StreamJack. RemoteConsole example ... [More] released. Download it. Unzip and launch it by using : java -jar dna-sample1-rc.jar cmd.exe localhost 3334 Then use a client like putty and connect to localhost:3334 using RAW protocol. Enjoy yourself with your remote cmd.exe console, writteng in a few code rows. Soon WIKI page availables. [Less]

0
 
  0 reviews  |  0 users  |  711 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Apache DirectMemory: Lightning fast Java Serialization

0
 
  0 reviews  |  0 users  |  39,656 lines of code  |  2 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.