コード例 #1
0
ファイル: FileOperator.cs プロジェクト: w393278126/platform
 public bool GetBit(uint offset)
 {
     return(StreamOperator.ReadBit(ms, offset));
 }