Searched refs:WriteByte (Results 1 – 2 of 2) sorted by relevance
72 void WriteByte(unsigned char Value) { in WriteByte() function359 WriteByte((unsigned char)BlobData[i]); in EmitRecordWithAbbrevImpl()367 WriteByte((unsigned char)Vals[RecordIdx]); in EmitRecordWithAbbrevImpl()373 WriteByte(0); in EmitRecordWithAbbrevImpl()
226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream