InputSourceUnion
PackageAxial.Process
Supplies bytes to the first process stage.
Specification
Kind
Union
Members
12
Examples
0
IsBytesSignature
this.IsBytes
IsProduceSignature
this.IsProduce
IsFileSignature
this.IsFile
IsEmptySignature
this.IsEmpty
IsTextSignature
this.IsText
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsBytes | this.IsBytes | No description available. |
| IsProduce | this.IsProduce | No description available. |
| IsFile | this.IsFile | No description available. |
| IsEmpty | this.IsEmpty | No description available. |
| IsText | this.IsText | No description available. |
| IsRead | this.IsRead | No description available. |
| Empty | Empty | No description available. |
| Text | Text string | No description available. |
| Bytes | Bytes byte array | No description available. |
| File | File path | No description available. |
| Read | Read read | No description available. |
| Produce | Produce produce | No description available. |

