SkFILEWStream Class Reference

#include <SkStream.h>

Inherits SkWStream.

Collaboration diagram for SkFILEWStream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SkFILEWStream (const char path[])
virtual ~SkFILEWStream ()
bool isValid () const
virtual bool write (const void *buffer, size_t size)
virtual void flush ()

Detailed Description

Definition at line 240 of file SkStream.h.


Constructor & Destructor Documentation

SkFILEWStream::SkFILEWStream ( const char  path[]  ) 
virtual SkFILEWStream::~SkFILEWStream (  )  [virtual]

Member Function Documentation

virtual void SkFILEWStream::flush (  )  [virtual]

Reimplemented from SkWStream.

bool SkFILEWStream::isValid (  )  const [inline]

Returns true if the current path could be opened.

Definition at line 247 of file SkStream.h.

virtual bool SkFILEWStream::write ( const void *  buffer,
size_t  size 
) [virtual]

Called to write bytes to a SkWStream. Returns true on success

Parameters:
buffer the address of at least size bytes to be written to the stream
size The number of bytes in buffer to write to the stream
Returns:
true on success

Implements SkWStream.


The documentation for this class was generated from the following file:

Generated on Tue Oct 20 11:03:42 2009 for Skia by  doxygen 1.6.1