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