aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/plugins/FileInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-5/+3
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* InputStream: remove attribute "plugin"Max Kellermann2014-05-111-1/+1
|
* InputStream: make various methods abstractMax Kellermann2014-05-111-30/+20
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-9/+0
| | | Replaces the method Close().
* input/plugins: make InputStream the base classMax Kellermann2014-05-111-12/+8
| | | | Prepare for adding virtual methods.
* InputStream: convert to classMax Kellermann2014-05-111-2/+2
|
* Input*: move to input/Max Kellermann2014-01-241-0/+157