C# Class Studyzy.LearnEnglishBySubtitle.Helpers.BinFileHelper

Afficher le fichier Open project: studyzy/LearnEnglishBySubtitle

Méthodes publiques

Méthode Description
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

Method Details

ReadArray() public static méthode

public static ReadArray ( Stream fs, int count ) : byte[]
fs Stream
count int
Résultat byte[]

ReadArray() public static méthode

public static ReadArray ( byte fs, int position, int count ) : byte[]
fs byte
position int
count int
Résultat byte[]

ReadInt16() public static méthode

public static ReadInt16 ( Stream fs ) : short
fs Stream
Résultat short

ReadInt32() public static méthode

public static ReadInt32 ( Stream fs ) : int
fs Stream
Résultat int

ReadInt64() public static méthode

public static ReadInt64 ( Stream fs ) : long
fs Stream
Résultat long