License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jsignature.io-tools |
ArtifactId | ArtifactIdeasystream |
Last Version | Last Version1.2.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyStream
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easystream-1.2.15.pom | |
easystream-1.2.15.jar | 78 KB |
easystream-1.2.15-sources.jar | 79 KB |
easystream-1.2.15-retrotranslator.jar | 81 KB |
easystream-1.2.15-javadoc.jar | 309 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | [1.6.1,) |
commons-io : commons-io | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | [1.6.1,) |
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
junit : junit | jar | 4.12 |