ICSharpCode.SharpZipLib.Zip.RawTaggedData.GetData C# (CSharp) Méthode

GetData() public méthode

Get the binary data representing this instance.
public GetData ( ) : byte[]
Résultat byte[]
        public byte[] GetData() {
            return _data;
        }