File.fileLength()

Signature

long fileLength (Object writerReader)

Domain

ACTION

Description

Returns the length of the specified file (in bytes).

Parameters

NameTypeDescription
writerReaderObjectThe file whose current length is of interest.

Returns

TypeDescription
longReturns the length of the specified file (in bytes).

Cautions

none