EasyStream

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.jsignature.io-tools
ArtifactId

ArtifactId

easystream
Last Version

Last Version

1.2.15
Release Date

Release Date

Type

Type

jar
Description

Description

EasyStream
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
Project URL

Project URL

http://io-tools.sourceforge.net/easystream
Source Code Management

Source Code Management

https://sourceforge.net/p/io-tools/code/HEAD/tree/tags/io-tools-1.2.15/easystream

Download easystream

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.jsignature.io-tools/easystream/ -->
<dependency>
    <groupId>net.sf.jsignature.io-tools</groupId>
    <artifactId>easystream</artifactId>
    <version>1.2.15</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jsignature.io-tools/easystream/
implementation 'net.sf.jsignature.io-tools:easystream:1.2.15'
// https://jarcasting.com/artifacts/net.sf.jsignature.io-tools/easystream/
implementation ("net.sf.jsignature.io-tools:easystream:1.2.15")
'net.sf.jsignature.io-tools:easystream:jar:1.2.15'
<dependency org="net.sf.jsignature.io-tools" name="easystream" rev="1.2.15">
  <artifact name="easystream" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jsignature.io-tools', module='easystream', version='1.2.15')
)
libraryDependencies += "net.sf.jsignature.io-tools" % "easystream" % "1.2.15"
[net.sf.jsignature.io-tools/easystream "1.2.15"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar [1.6.1,)
commons-io : commons-io jar 2.4

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar [1.6.1,)

test (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.15
1.2.14
1.2.12
1.2.9
1.2.8
1.2.6
1.2.5
1.2.3
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5