2 * Copyright 2010, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
8 #ifndef OUTPUT_STREAM_H
9 #define OUTPUT_STREAM_H
11 #include "Transport.h"
17 virtual void Write(const void *buffer
, size_t size
)
18 throw(TransportException
) = 0;