示例#1
0
func (self *block) WriteBlock(file file.BlockDevice) error {
	return file.WriteBlock(self.key, self.block)
}