상속: SharpCifs.Util.Sharpen.OutputStream
예제 #1
0
 public PipedInputStream(PipedOutputStream os) : this()
 {
     os.Attach(this);
 }
예제 #2
0
		public PipedInputStream (PipedOutputStream os): this ()
		{
			os.Attach (this);
		}