FileOutputChannel Class |
Namespace: Ookii.Jumbo.Jet.Channels
The FileOutputChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| FileOutputChannel |
Initializes a new instance of the FileOutputChannel class.
|
| Name | Description | |
|---|---|---|
| LocalBytesRead |
Gets the number of bytes read from the local disk.
| |
| LocalBytesWritten |
Gets the number of bytes written to the local disk.
| |
| NetworkBytesRead |
Gets the number of bytes read over the network.
| |
| NetworkBytesWritten |
Gets the number of bytes written over the network.
|
| Name | Description | |
|---|---|---|
| CreateChannelFileName |
Creates the name of an intermediate file for the channel. For Jumbo internal use only.
| |
| CreateRecordWriterT |
Creates a RecordWriterT to which the channel can write its output.
(Overrides OutputChannelCreateRecordWriterT.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |