Nebula
Loading...
Searching...
No Matches
httpnzstream.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
14#include "core/config.h"
15#include "io/memorystream.h"
16
17//------------------------------------------------------------------------------
18namespace Http
19{
21{
23public:
27 virtual ~HttpNzStream();
28
30 virtual bool Open();
31};
32
33} // namespace Http
34//------------------------------------------------------------------------------
A version of HttpStream which reads .nz compressed files as created by the Nebula archiver tool.
Definition httpnzstream.h:21
HttpNzStream()
constructor
Definition httpnzstream.cc:21
virtual ~HttpNzStream()
destructor
Definition httpnzstream.cc:29
__DeclareClass(HttpNzStream)
virtual bool Open()
open the stream
Definition httpnzstream.cc:41
Implements a stream class which writes to and reads from system RAM.
Definition memorystream.h:19
Nebula compiler specific defines and configuration.
This file was generated with Nebula Trifid's idlc compiler tool.
Definition defaulthttprequesthandler.cc:15