19 #ifndef INCLUDE_SF_ONATIVEBINARYSTREAM_HPP 20 #define INCLUDE_SF_ONATIVEBINARYSTREAM_HPP 22 #include <SF/Stream.hpp> 26 class ONativeBinaryStream :
public OStream
29 ONativeBinaryStream(RCF::MemOstream &os) : OStream(os)
32 ONativeBinaryStream(std::ostream &os) : OStream(os)
35 I_Encoding &getEncoding()
41 EncodingBinaryNative mEncoding;
47 #endif // ! INCLUDE_SF_ONATIVEBINARYSTREAM_HPP Definition: ByteBuffer.hpp:189