18#ifndef _DECAF_INTERNAL_NET_TCP_TCPSOCKETOUTPUTSTREAM_H_
19#define _DECAF_INTERNAL_NET_TCP_TCPSOCKETOUTPUTSTREAM_H_
45 TcpSocketOutputStream(
const TcpSocketOutputStream&);
46 TcpSocketOutputStream& operator=(
const TcpSocketOutputStream&);
Platform-independent implementation of the socket interface.
Definition TcpSocket.h:43
TcpSocketOutputStream(TcpSocket *socket)
Create a new instance of a Socket OutputStream class.
virtual void doWriteArrayBounded(const unsigned char *buffer, int size, int offset, int length)
virtual void doWriteByte(unsigned char c)
virtual void close()
Closes this object and deallocates the appropriate resources.The object is generally no longer usable...
virtual ~TcpSocketOutputStream()
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 TcpSocket.h:34
Definition DefaultServerSocketFactory.h:27
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25