Skip to content

Instantly share code, notes, and snippets.

View develjs's full-sized avatar

Alexey Belyaev develjs

  • EPAM System
View GitHub Profile
@develjs
develjs / PartInputStream.java
Created November 3, 2017 14:11
Partial InputStream for Android
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