Method | Description | |
---|---|---|
intFromBytes ( byte bytes, int offset ) : Int32 | ||
intToBytes ( Int32 val ) : byte[] |
Method | Description | |
---|---|---|
filteredFileName ( string filename ) : string |
public static intFromBytes ( byte bytes, int offset ) : Int32 | ||
bytes | byte | |
offset | int | |
return | Int32 |
public static intToBytes ( Int32 val ) : byte[] | ||
val | Int32 | |
return | byte[] |