SetCloseOnDelete-methods {RProtoBuf} | R Documentation |
set the close on delete behavior
Description
By default, the file descriptor is not closed when a stream is destroyed,
use SetCloseOnDelete( stream, TRUE )
to change that.
Methods
See classes FileInputStream and FileOutputStream for implementations.
[Package RProtoBuf version 0.4.22 Index]