com.widevine.drmapi.android
Interface WVChunkedRandomAccessFile


public interface WVChunkedRandomAccessFile

WVChunkedRandomAccessFile allows one to playback local content while substituting the default file access mechanism (RandomAccessFile) with a custom file access mechanism. This new mechanism has at a minimum to conform to the WVChunkedRandomAccessFile interface.

Since:
1.0

Method Summary
 long length()
           
 int read(byte[] buffer)
           
 void seek(long pos)
           
 

Method Detail

seek

void seek(long pos)

read

int read(byte[] buffer)

length

long length()