api / org.gradle.api.resources / ReadableResource / read

read

abstract fun read(): InputStream

Returns an unbuffered InputStream that provides means to read the resource. It is the caller's responsibility to close this stream.

Return
An input stream.