ICSharpCode.SharpZipLib.Zip.RawTaggedData.GetData C# (CSharp) Method

GetData() public method

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