AjErl.Communication.InputChannel.InputChannel C# (CSharp) 메소드

InputChannel() 공개 메소드

public InputChannel ( BinaryReader reader ) : System
reader System.IO.BinaryReader
리턴 System
        public InputChannel(BinaryReader reader)
        {
            this.reader = reader;
        }