gradle
Toggle table of contents
9.5.1
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.resources
/
ReadableResource
Readable
Resource
API
interface
ReadableResource
:
Resource
A resource that can be read. The simplest example is a file.
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
String
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
URI
Link copied to clipboard
API
abstract
fun
getURI
(
)
:
URI
read
Link copied to clipboard
API
abstract
fun
read
(
)
:
InputStream
Returns an unbuffered
InputStream
that provides means to read the resource.