toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.util
/
GFileUtils
/
tail
tail
API
open
fun
tail
(
file
:
File
,
maxLines
:
Int
)
:
String
(
source
)
Returns the tail of a file.
Return
tail content
Parameters
file
to read from tail
max
Lines
max lines to read
Throws
GFileUtils.
Tail
Reading
Exception
when reading failed