System.util.zlib.ZInputStream.SetLength C# (CSharp) Méthode

SetLength() public final méthode

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