Start supporting dict and json types.
This commit is contained in:
parent
94fcc42aed
commit
5183aa821a
32 changed files with 288 additions and 247 deletions
11
src/base/core/streams/FileStream.h
Normal file
11
src/base/core/streams/FileStream.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#include "ByteTypes.h"
|
||||
#include "Stream.h"
|
||||
#include "FileSystemPath.h"
|
||||
|
||||
class InputFileStream : public InputStream<Byte>
|
||||
{
|
||||
public:
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue