コード例 #1
0
        public override System.Object Clone()
        {
            FSInputStream clone = (FSInputStream)base.Clone();

            clone.isClone = true;
            return(clone);
        }
コード例 #2
0
 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))
 {
 }
コード例 #3
0
			private void  InitBlock(FSInputStream enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}
コード例 #4
0
ファイル: FSDirectory.cs プロジェクト: yonder/mono
 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))
 {
 }
コード例 #5
0
ファイル: FSDirectory.cs プロジェクト: yonder/mono
			private void  InitBlock(FSInputStream enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}