First
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "fs/BufferedSource.h"
|
||||
#include "fs/FileSource.h"
|
||||
|
||||
namespace fs
|
||||
{
|
||||
/**
|
||||
* Buffered version of the FileSource ideal for doing random access to file.
|
||||
* for further information please take a look to BufferedSource.
|
||||
*/
|
||||
using BufferedFileSource = BufferedSource<FileSource>;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user