In file SerialUtils.hh:

class HadoopUtils::FileInStream

A class to read a file as a stream

Inheritance:


Public Methods

[more] FileInStream()
[more]bool open(const std::string& name)
[more]bool open(FILE* file)
[more]void read(void* buf, size_t buflen)
[more]bool skip(size_t nbytes)
[more]bool close()
[more]virtual ~FileInStream()


Inherited from InStream:


Documentation

A class to read a file as a stream
o FileInStream()

obool open(const std::string& name)

obool open(FILE* file)

ovoid read(void* buf, size_t buflen)

obool skip(size_t nbytes)

obool close()

ovirtual ~FileInStream()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.