18#ifndef _DECAF_IO_OUTPUTSTREAMWRITER_H_
19#define _DECAF_IO_OUTPUTSTREAMWRITER_H_
Base interface for any class that wants to represent an output stream of bytes.
Definition: OutputStream.h:39
A class for turning a character stream into a byte stream.
Definition: OutputStreamWriter.h:36
virtual ~OutputStreamWriter()
virtual void checkClosed() const
virtual void doWriteArrayBounded(const char *buffer, int size, int offset, int length)
Override this method to customize the functionality of the method write( char* buffer,...
virtual void close()
Closes this object and deallocates the appropriate resources.
virtual void flush()
Flushes this stream by writing any buffered output to the underlying stream.
OutputStreamWriter(OutputStream *stream, bool own=false)
Creates a new OutputStreamWriter.
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: AprPool.h:25