Method | 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 | |
return | byte[] |
public static ReadArray ( byte fs, int position, int count ) : byte[] | ||
fs | byte | |
position | int | |
count | int | |
return | byte[] |
public static ReadInt16 ( Stream fs ) : short | ||
fs | Stream | |
return | short |