ReadByte() public method

public ReadByte ( ) : byte
return byte
コード例 #1
0
 public byte ReadByte()
 {
     return(m_buf.ReadByte());
 }