1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-13 11:09:39 +02:00

Add S5B providers

This commit is contained in:
vanitasvitae 2017-06-07 21:08:08 +02:00
parent 2686fc1ccb
commit 8240e92c3e
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
9 changed files with 520 additions and 1 deletions

View file

@ -19,7 +19,7 @@ package org.jivesoftware.smackx.jingle;
import java.io.InputStream;
/**
* Created by vanitas on 06.06.17.
* Wrapper object that binds together an inputStream with a blockSize.
*/
public class JingleInputStream {
private final InputStream inputStream;