18#ifndef _DECAF_IO_OUTPUTSTREAMWRITER_H_
19#define _DECAF_IO_OUTPUTSTREAMWRITER_H_
50 OutputStreamWriter(
const OutputStreamWriter&);
51 OutputStreamWriter& operator=(
const OutputStreamWriter&);
Base interface for any class that wants to represent an output stream of bytes.
Definition OutputStream.h:39
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
Definition BlockingByteArrayInputStream.h:25
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25