This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.github.develjs; | |
import android.support.annotation.NonNull; | |
import java.io.IOException; | |
import java.io.InputStream; | |
public class PartInputStream extends InputStream { | |
private int subAvailable = 0; // <= 0, offset of stop-position relatively from end of main stream |