writer property

  1. @visibleForTesting
RandomAccessFile? writer
getter/setter pair

The writer to perform operations on the currentLogFile

Implementation

@visibleForTesting
RandomAccessFile? writer;