Ionic.Zip.ZipOutputStream.SetLength C# (CSharp) Méthode

SetLength() public méthode

This method always throws a NotSupportedException.
public SetLength ( long value ) : void
value long ignored
Résultat void
        public override void SetLength(long value)
        {
            throw new NotSupportedException();
        }