BearParser
Portable Executable parsing library (from PE-bear)
Loading...
Searching...
No Matches
FileBuffer.h File Reference
#include <QtCore>
#include "ByteBuffer.h"

Go to the source code of this file.

Classes

class  FileBufferException
 
class  AbstractFileBuffer
 
class  FileView
 
class  FileBuffer
 

Variables

const bufsize_t FILE_MAXSIZE = BUFSIZE_MAX
 
const bufsize_t FILEVIEW_MAXSIZE = (1024*1024*400)
 

Variable Documentation

◆ FILE_MAXSIZE

const bufsize_t FILE_MAXSIZE = BUFSIZE_MAX

Definition at line 6 of file FileBuffer.h.

◆ FILEVIEW_MAXSIZE

const bufsize_t FILEVIEW_MAXSIZE = (1024*1024*400)

Definition at line 7 of file FileBuffer.h.