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 |
public static ReadArray ( Stream fs, int count ) : byte[] | ||
fs | Stream | |
count | int | |
Résultat | byte[] |
public static ReadArray ( byte fs, int position, int count ) : byte[] | ||
fs | byte | |
position | int | |
count | int | |
Résultat | byte[] |
public static ReadInt16 ( Stream fs ) : short | ||
fs | Stream | |
Résultat | short |
public static ReadInt32 ( Stream fs ) : int | ||
fs | Stream | |
Résultat | int |
public static ReadInt64 ( Stream fs ) : long | ||
fs | Stream | |
Résultat | long |