input/curl: move code to IcyInputStream
This commit is contained in:
@@ -75,6 +75,13 @@ public:
|
||||
*/
|
||||
size_t Meta(const void *data, size_t length);
|
||||
|
||||
/**
|
||||
* Parse data and eliminate metadata.
|
||||
*
|
||||
* @return the number of data bytes remaining in the buffer
|
||||
*/
|
||||
size_t ParseInPlace(void *data, size_t length);
|
||||
|
||||
Tag *ReadTag() {
|
||||
Tag *result = tag;
|
||||
tag = nullptr;
|
||||
|
Reference in New Issue
Block a user