![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.sevenzipjbinding.IInStream Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sevenzipjbinding Show documentation
Show all versions of sevenzipjbinding Show documentation
7-Zip-JBinding is a free cross-platform java binding of 7-Zip free compress/decompress library
(http://www.7-zip.org/, http://p7zip.sourceforge.net/)
The newest version!
package net.sf.sevenzipjbinding;
/**
* InStream interface used to operate with seekable input stream.
*
* @author Boris Brodski
* @since 4.65-1
*/
public interface IInStream extends ISequentialInStream, ISeekableStream {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy