Method: Fluent::WindowsFile#close

Defined in:
lib/fluent/file_wrapper.rb

#closeObject



62
63
64
65
# File 'lib/fluent/file_wrapper.rb', line 62

def close
  @io.close
  @file_handle = INVALID_HANDLE_VALUE
end