is not current version
Last Version 1.2.15

net.sf.jsignature.io-tools:easystream 1.2.14

Small set of Java tools 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

Categories

Categories

Net
GroupId

GroupId

net.sf.jsignature.io-tools
ArtifactId

ArtifactId

easystream
Version

Version

1.2.14
Type

Type

jar

Download easystream 1.2.14


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