예제 #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;
			}