GO语言的IO方法实例小结
typePipeWriter
typePipeWriterstruct{
//containsfilteredorunexportedfields
}
(1)func(w*PipeWriter)Close()error关闭管道,关闭时正在进行的Read操作将返回EOF,若管道内仍有未读取的数据,后续仍可正常读取
import( "fmt" "io" )
funcmain(){ r,w:=io.Pipe() gow.Write([]byte("helloword"))
data:=make([]byte,10) n,err:=r.Read(data) w.Close() iferr==io.EOF{ fmt.Println("executingreadreturnEOF") fmt.Println("executingreadreadsnumber",n) } n,_=r.Read(data) fmt.Println(string(data)) //helloword fmt.Println("nextreadnumber",n)//nextreadnumber0 }
热门推荐
10 七十年祝福语简短
11 订婚祝福语简短诗句
12 对好友的祝福语简短
13 女孩自己生日祝福语简短
14 自己祝福语简短唯美短句
15 离别赠言离职祝福语简短
16 分手的祝福语女生简短
17 送同学的简短祝福语
18 新年祝福语给长辈简短