Download easystream-1.2.12.jar file - Jar e

Jar examples for e:easystream

Description

EasyStream is a small set of utilities for dealing with streams (InputStreams and OutputStreams). The aim is to ease the use of pipes when they're required. Main features are: * "Convert" an OutputStream to an InputStream. * Count the number of bytes read or wrote to a given stream. * While reading the data from an InputStream copy it to a supplied OutputStream. * Read the content of an InputStream multiple times or seek to a definite position

You can download jar file easystream 1.2.12 in this page.

License

The BSD Software License

Build File

You can use the following script to add easystream-1.2.12.jar to your project.

<dependency>
   <groupId>net.sf.jsignature.io-tools</groupId>
   <artifactId>easystream</artifactId>
   <version>1.2.12</version>
</dependency>
compile group: 'net.sf.jsignature.io-tools', name: 'easystream', version: '1.2.12'
libraryDependencies += "net.sf.jsignature.io-tools" % "easystream" % "1.2.12"
<dependency org="net.sf.jsignature.io-tools" name="easystream" rev="1.2.12"/>
@Grapes(@Grab(group='net.sf.jsignature.io-tools', module='easystream', version='1.2.12'))
'net.sf.jsignature.io-tools:easystream:jar:1.2.12'

Download

Click the following link to download the jar file.

easystream-1.2.12-javadoc.jar
easystream-1.2.12-retrotranslator.jar
easystream-1.2.12-sources.jar
easystream-1.2.12.jar
easystream-1.2.12.pom



Related Tutorials