mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
- added IPaddress::prefixLength
- return MemoryStreams from MemoryWriters
This commit is contained in:
@@ -200,6 +200,11 @@ public:
|
||||
return _data;
|
||||
}
|
||||
|
||||
MemoryInputStream& stream() const
|
||||
{
|
||||
return _istr;
|
||||
}
|
||||
|
||||
private:
|
||||
Buffer<T>& _data;
|
||||
MemoryInputStream _istr;
|
||||
|
Reference in New Issue
Block a user