ICSharpCode.SharpZipLib.Zip.RawTaggedData.GetData C# (CSharp) 메소드

GetData() 공개 메소드

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