C# 클래스 ReaderWriterSamples.Program

파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6

공개 메소드들

메소드 설명
Main ( ) : void
ReadFileUsingBinaryReader ( string binFile ) : void
ReadFileUsingReader ( string fileName ) : void
WriteFileUsingBinaryWriter ( string binFile ) : void
WriteFileUsingWriter ( string fileName, string lines ) : void

메소드 상세

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void

ReadFileUsingBinaryReader() 공개 정적인 메소드

public static ReadFileUsingBinaryReader ( string binFile ) : void
binFile string
리턴 void

ReadFileUsingReader() 공개 정적인 메소드

public static ReadFileUsingReader ( string fileName ) : void
fileName string
리턴 void

WriteFileUsingBinaryWriter() 공개 정적인 메소드

public static WriteFileUsingBinaryWriter ( string binFile ) : void
binFile string
리턴 void

WriteFileUsingWriter() 공개 정적인 메소드

public static WriteFileUsingWriter ( string fileName, string lines ) : void
fileName string
lines string
리턴 void