예제 #1
0
파일: IO.cs 프로젝트: amon-ra/Dokan-SSHFS
        internal int getByte()
        {
            int res = ins.ReadByte() & 0xff;

            return(res);
        }
예제 #2
0
파일: IO.cs 프로젝트: swzry/tamir.ssh
        public int getByte()
        {
            int res = ins.ReadByte() & 0xff;

            return(res);
        }