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