In file SerialUtils.hh:

class HadoopUtils::InStream

An interface for an input stream

Inheritance:


Public Methods

[more]virtual void read(void* buf, size_t len) = 0
Reads len bytes from the stream into the buffer.
[more]virtual ~InStream()


Documentation

An interface for an input stream
ovirtual void read(void* buf, size_t len) = 0
Reads len bytes from the stream into the buffer.
Parameters:
buf - the buffer to read into
buflen - the length of the buffer @throws Error if there are problems reading

ovirtual ~InStream()


Direct child classes:
StringInStream
FileInStream

Alphabetic index HTML hierarchy of classes or Java



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