System.util.zlib.ZOutputStream.SetLength C# (CSharp) Method

SetLength() public final method

public final SetLength ( long value ) : void
value long
return void
        public sealed override void SetLength(long value) { throw new NotSupportedException(); }