Index
A B C D E F G H I L M N P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
F
- FileCharSequence - Class in quickparse.charsequence
-
This class defines a wrapper around a text file that is used to efficiently read its content without fully loading it in memory.
- FileCharSequence(File) - Constructor for class quickparse.charsequence.FileCharSequence
-
As
FileCharSequence(File, int, int, boolean), setting default parameters:
- pages count: 200;
- page size: 1048576;
- is unicode: false; - FileCharSequence(File, int, int, boolean) - Constructor for class quickparse.charsequence.FileCharSequence
-
Create a wrapper CharSequence around the specified file
- fromResource(ClassLoader, String) - Static method in class quickparse.QGLCompiler
-
Compiles a
grammarfrom a resource text file.
All Classes All Packages