18 #ifndef _DECAF_INTERNAL_NET_SSL_OPENSSL_OPENSSLSOCKETOUTPUTSTREAM_H_
19 #define _DECAF_INTERNAL_NET_SSL_OPENSSL_OPENSSLSOCKETOUTPUTSTREAM_H_
59 virtual void doWriteByte(
unsigned char c );
61 virtual void doWriteArrayBounded(
const unsigned char* buffer,
int size,
int offset,
int length );
OutputStream implementation used to write data to an OpenSSLSocket instance.
Definition: OpenSSLSocketOutputStream.h:38
Wraps a a Normal Socket object and extends or overrides functions in that class to make use of the Op...
Definition: OpenSSLSocket.h:43
#define DECAF_API
Definition: Config.h:29
Base interface for any class that wants to represent an output stream of bytes.
Definition: OutputStream.h:39