Noemax.GZip Namespace > ExtraFieldCollection Class > Add Method : Add(Byte,Byte,Byte[]) Method |
'Declaration Public Overloads Sub Add( _ ByVal id1 As System.Byte, _ ByVal id2 As System.Byte, _ ByVal data() As System.Byte _ )
'Usage Dim instance As ExtraFieldCollection Dim id1 As System.Byte Dim id2 As System.Byte Dim data() As System.Byte instance.Add(id1, id2, data)
Each GZip header extra-field is identified by two 8-bit values (ID1 and ID2).
Use this method if it's more comfortable to provide the ID as two 8-bit values. To provide the ID as a single 16-bit unsigned integer use Add(Int32, Byte[]) overload.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2