コード例 #1
0
ファイル: block.go プロジェクト: timtadh/file-structures
func (self *block) WriteBlock(file file.BlockDevice) error {
	return file.WriteBlock(self.key, self.block)
}