Method | Description | |
---|---|---|
Main ( ) : void | ||
ReadFileUsingBinaryReader ( string binFile ) : void | ||
ReadFileUsingReader ( string fileName ) : void | ||
WriteFileUsingBinaryWriter ( string binFile ) : void | ||
WriteFileUsingWriter ( string fileName, string lines ) : void |
public static ReadFileUsingBinaryReader ( string binFile ) : void | ||
binFile | string | |
return | void |
public static ReadFileUsingReader ( string fileName ) : void | ||
fileName | string | |
return | void |
public static WriteFileUsingBinaryWriter ( string binFile ) : void | ||
binFile | string | |
return | void |
public static WriteFileUsingWriter ( string fileName, string lines ) : void | ||
fileName | string | |
lines | string | |
return | void |