Read() private method

private Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int
コード例 #1
0
ファイル: VocLoader.cs プロジェクト: Walkman-Mirror/OpenRA
 public override int Read(byte[] buffer, int offset, int count)
 {
     return(format.Read(buffer, offset, count));
 }