source

Returns a new source that reads from the underlying ByteArray

fun Path.source(range: LongRange): <Error class: unknown class>
fun Path.source(start: Long = 0, endInclusive: Long = -1): <Error class: unknown class>

Create a SdkSource from the given path and range


fun File.source(start: Long = 0, endInclusive: Long = length() - 1): <Error class: unknown class>
fun File.source(range: LongRange): <Error class: unknown class>

Create an SdkSource from the given file and range


fun InputStream.source(): <Error class: unknown class>

Create a new SdkSource that reads from this InputStream