public override System.Object Clone() { FSInputStream clone = (FSInputStream)base.Clone(); clone.isClone = true; return(clone); }
public Descriptor(FSInputStream enclosingInstance, System.IO.FileInfo file, System.IO.FileAccess fileAccess) : base(new System.IO.FileStream(file.FullName, System.IO.FileMode.Open, fileAccess, System.IO.FileShare.ReadWrite)) { }
private void InitBlock(FSInputStream enclosingInstance) { this.enclosingInstance = enclosingInstance; }