17 #ifndef COM_BORA_SOFTWARE__BALAU_RESOURCE__BYTE_READ_RESOURCE 18 #define COM_BORA_SOFTWARE__BALAU_RESOURCE__BYTE_READ_RESOURCE 33 public:
virtual std::istream &
readStream() = 0;
38 #endif // COM_BORA_SOFTWARE__BALAU_RESOURCE__BYTE_READ_RESOURCE A read-only resource which is read as bytes.
Definition: ByteReadResource.hpp:29
Abstract base class of resource classes.
Definition: Resource.hpp:30
The unified resource class hierarchy.
Definition: ByteReadResource.hpp:24
Abstract base class of resource classes.
virtual std::istream & readStream()=0
Get the input stream of the byte read resource.