Method invoked for an ExportStream that has just been closed if closing caused data to be written to disk.
Method invoked for an ExportStream that has just been closed if closing caused data to be written to disk.
The ExportStream that was just closed.
The number of bytes written to the stream as the file was closed.
1.3.2
Method invoked when bytes are written to an ExportStream; that is, when an IPFIX Message is complete.
Method invoked when bytes are written to an ExportStream; that is, when an IPFIX Message is complete. This method is not called if data is written as the file as being closed; instead, the closed() function is called with that count.
The ExportStream writing the data
The number of bytes written to the stream in this Message
Supports a callback mechanism when data is written to an ExportStream. Enable the callback by setting the
dataWrittenCallbackof an ExportStream.1.3.1