System.IO.Compression.ZipArchiveEntry.DirectToArchiveWriterStream.SetLength C# (CSharp) 메소드

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void
            public override void SetLength(long value)
            {
                ThrowIfDisposed();
                throw new NotSupportedException(SR.SetLengthRequiresSeekingAndWriting);
            }