FileInputStream-class(RProtoBuf)
FileInputStream-class()所属R语言包:RProtoBuf
Class "FileInputStream"
类“的FileInputStream”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A ZeroCopyInputStream reading from a file
一个ZeroCopyInputStream从文件读取文本
类对象----------Objects from the Class----------
Objects can be created by the FileInputStream function
可以创建对象的FileInputStream功能
插槽----------Slots----------
pointer: External pointer to the google::protobuf::io::FileInputStream C++ object
pointer:google::protobuf::io::FileInputStreamC + +对象的外部指针
扩展----------Extends----------
Class "ZeroCopyInputStream", directly.
类"ZeroCopyInputStream",直接。
方法----------Methods----------
close signature(con="FileInputStream"): Flushes any buffers and closes the underlying file. Returns false if an error occurs during the process; use GetErrno to examine the error
关闭signature(con="FileInputStream"):刷新任何缓冲区,并关闭相关的文件。如果出现错误,则返回false,使用过程中出现GetErrno检查错误
GetErrno signature(object="FileInputStream"): If an I/O error has occurred on this file descriptor, this is the errno from that error. Otherwise, this is zero. Once an error occurs, the stream is broken and all subsequent operations will fail.
GetErrno signature(object="FileInputStream"):如果I / O错误发生在这个文件描述符,这是错误的errno。否则,这是零。一旦一个错误发生时,该流被打破,所有后续操作将失败。
SetCloseOnDelete signature(object="FileInputStream"): set the close on delete behavior.
SetCloseOnDelete signature(object="FileInputStream"):设置关闭删除行为。
See ZeroCopyInputStream for inherited methods
请参阅ZeroCopyInputStream继承的方法,
(作者)----------Author(s)----------
Romain Francois <francoisromain@free.fr>
参考文献----------References----------
参见----------See Also----------
ZeroCopyInputStream for methods
ZeroCopyInputStream方法的
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|