18 #ifndef INCLUDE_SF_ONATIVEBINARYSTREAM_HPP 19 #define INCLUDE_SF_ONATIVEBINARYSTREAM_HPP 21 #include <SF/Stream.hpp> 25 class ONativeBinaryStream :
public OStream
28 ONativeBinaryStream(RCF::MemOstream &os) : OStream(os)
31 ONativeBinaryStream(std::ostream &os) : OStream(os)
34 I_Encoding &getEncoding()
40 EncodingBinaryNative mEncoding;
46 #endif // ! INCLUDE_SF_ONATIVEBINARYSTREAM_HPP Definition: ByteBuffer.hpp:188