C# 클래스 Studyzy.LearnEnglishBySubtitle.Helpers.BinFileHelper

파일 보기 프로젝트 열기: studyzy/LearnEnglishBySubtitle

공개 메소드들

메소드 설명
ReadArray ( Stream fs, int count ) : byte[]
ReadArray ( byte fs, int position, int count ) : byte[]
ReadInt16 ( Stream fs ) : short
ReadInt32 ( Stream fs ) : int
ReadInt64 ( Stream fs ) : long

메소드 상세

ReadArray() 공개 정적인 메소드

public static ReadArray ( Stream fs, int count ) : byte[]
fs Stream
count int
리턴 byte[]

ReadArray() 공개 정적인 메소드

public static ReadArray ( byte fs, int position, int count ) : byte[]
fs byte
position int
count int
리턴 byte[]

ReadInt16() 공개 정적인 메소드

public static ReadInt16 ( Stream fs ) : short
fs Stream
리턴 short

ReadInt32() 공개 정적인 메소드

public static ReadInt32 ( Stream fs ) : int
fs Stream
리턴 int

ReadInt64() 공개 정적인 메소드

public static ReadInt64 ( Stream fs ) : long
fs Stream
리턴 long