Searched defs:FileInputStream (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.cc77 FileInputStream::FileInputStream(int file_descriptor, int block_size) function in class:google::protobuf::io::FileInputStream
82 FileInputStream::~FileInputStream() {}
84 bool FileInputStream::Close() {
88 bool FileInputStream::Next(const void** data, int* size) {
92 void FileInputStream::BackUp(int count) {
96 bool FileInputStream::Skip(int count) {
100 int64 FileInputStream::ByteCount() const {
104 FileInputStream
[all...]
H A Dzero_copy_stream_impl.h59 // FileInputStream is preferred over using an ifstream with IstreamInputStream.
61 // Also, it's conceivable that FileInputStream could someday be enhanced
63 class LIBPROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream { class in namespace:google::protobuf::io
69 explicit FileInputStream(int file_descriptor, int block_size = -1);
70 ~FileInputStream();
129 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(FileInputStream);
214 // FileInputStream is more efficient.

Completed in 148 milliseconds