17#ifndef _DECAF_INTERNAL_IO_STANDARDERROROUTPUTSTREAM_H_
18#define _DECAF_INTERNAL_IO_STANDARDERROROUTPUTSTREAM_H_
StandardErrorOutputStream()
virtual void doWriteByte(unsigned char value)
virtual void flush()
Flushes this stream by writing any buffered output to the underlying stream.The default implementatio...
virtual void doWriteArrayBounded(const unsigned char *buffer, int size, int offset, int length)
virtual ~StandardErrorOutputStream()
virtual void close()
Closes this object and deallocates the appropriate resources.The object is generally no longer usable...
Base interface for any class that wants to represent an output stream of bytes.
Definition OutputStream.h:39
#define DECAF_API
Definition Config.h:29
Definition StandardErrorOutputStream.h:25
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25