Zetbox.API.StreamPackageProvider.GetBlob C# (CSharp) 메소드

GetBlob() 공개 메소드

public GetBlob ( System.Guid guid ) : Stream
guid System.Guid
리턴 Stream
        public override Stream GetBlob(Guid guid)
        {
            throw new NotSupportedException();
        }