Paula Script
Public Member Functions | List of all members
paula::CharInput Class Reference

Input stream for constant strings. More...

#include <stream.h>

Inheritance diagram for paula::CharInput:
paula::IInputStream

Public Member Functions

 CharInput (const char *)
 
bool read (BYTE &) override
 
void close () override
 

Detailed Description

Input stream for constant strings.

Constructor & Destructor Documentation

◆ CharInput()

paula::CharInput::CharInput ( const char *  )

Member Function Documentation

◆ close()

void paula::CharInput::close ( )
overridevirtual

Implements paula::IInputStream.

◆ read()

bool paula::CharInput::read ( BYTE &  )
overridevirtual

Implements paula::IInputStream.


The documentation for this class was generated from the following file: