In file SerialUtils.hh:

class HadoopUtils::OutStream

An interface for an output stream

Inheritance:


Public Methods

[more]virtual void write(const void* buf, size_t len) = 0
Write the given buffer to the stream.
[more]virtual void flush() = 0
Flush the data to the underlying store
[more]virtual ~OutStream()


Documentation

An interface for an output stream
ovirtual void write(const void* buf, size_t len) = 0
Write the given buffer to the stream.
Parameters:
buf - the data to write
len - the number of bytes to write @throws Error if there are problems writing

ovirtual void flush() = 0
Flush the data to the underlying store

ovirtual ~OutStream()


Direct child classes:
FileOutStream

Alphabetic index HTML hierarchy of classes or Java



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