Allow you do explicitly close stream, vfs
This commit is contained in:
@@ -91,6 +91,10 @@ namespace Tesses::Framework::Streams {
|
||||
void Stream::Seek(int64_t pos, SeekOrigin whence)
|
||||
{
|
||||
|
||||
}
|
||||
void Stream::Close()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Stream::CopyTo(std::shared_ptr<Stream> strm, size_t buffSize)
|
||||
|
||||
Reference in New Issue
Block a user