mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-02-11 00:20:07 +00:00
Update DataReader.java
make rewind() method fully rewind the stream
This commit is contained in:
parent
d1801e1dbc
commit
aaf5d7b89c
@ -137,6 +137,7 @@ public class DataReader {
|
||||
|
||||
position = 0;
|
||||
readOffset = readBuffer.length;
|
||||
readCount = 0;
|
||||
}
|
||||
|
||||
public boolean canRewind() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user