1 package shark 2 3 /** 4 * Can open [RandomAccessSource] instances. 5 */ interfacenull6fun interface RandomAccessSourceProvider { 7 fun openRandomAccessSource(): RandomAccessSource 8 } 9
1 package shark 2 3 /** 4 * Can open [RandomAccessSource] instances. 5 */ interfacenull6fun interface RandomAccessSourceProvider { 7 fun openRandomAccessSource(): RandomAccessSource 8 } 9