| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.jsignature.io-tools |
| Идентификатор | Идентификаторeasystream |
| Последняя версия | Последняя версия1.2.15 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | [1.6.1,) |
| commons-io : commons-io | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | [1.6.1,) |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| junit : junit | jar | 4.12 |