In file SerialUtils.hh:

class HadoopUtils::FileOutStream

A class to write a stream to a file

Inheritance:


Public Methods

[more] FileOutStream()
Create a stream that isn't bound to anything
[more]bool open(const std::string& name, bool overwrite)
Create the given file, potentially overwriting an existing file
[more]bool open(FILE* file)
[more]void write(const void* buf, size_t len)
[more]bool advance(size_t nbytes)
[more]void flush()
[more]bool close()
[more]virtual ~FileOutStream()


Inherited from OutStream:


Documentation

A class to write a stream to a file
o FileOutStream()
Create a stream that isn't bound to anything

obool open(const std::string& name, bool overwrite)
Create the given file, potentially overwriting an existing file

obool open(FILE* file)

ovoid write(const void* buf, size_t len)

obool advance(size_t nbytes)

ovoid flush()

obool close()

ovirtual ~FileOutStream()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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