Download easystream-1.2.15.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.15 in this page.

License

The BSD Software License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials