Ionic.Zlib.GZipStream.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

Calling this method always throws a NotImplementedException.
public SetLength ( long value ) : void
value long irrelevant; this method will always throw!
리턴 void
        public override void SetLength(long value)
        {
            throw new NotImplementedException();
        }