Click or drag to resize

FileOutputChannel Class

Represents the writing end of a file channel between two tasks.
Inheritance Hierarchy

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public sealed class FileOutputChannel : OutputChannel, 
	IHasMetrics

The FileOutputChannel type exposes the following members.

Constructors
  NameDescription
Public methodFileOutputChannel
Initializes a new instance of the FileOutputChannel class.
Top
Properties
  NameDescription
Public propertyLocalBytesRead
Gets the number of bytes read from the local disk.
Public propertyLocalBytesWritten
Gets the number of bytes written to the local disk.
Public propertyNetworkBytesRead
Gets the number of bytes read over the network.
Public propertyNetworkBytesWritten
Gets the number of bytes written over the network.
Top
Methods
See Also