9 lines
186 B
Cython
Executable File
9 lines
186 B
Cython
Executable File
cdef class HeaderFormat:
|
|
|
|
cdef bytes start
|
|
cdef set tags
|
|
cdef bint printNAKeys
|
|
cdef bytes NAString
|
|
cdef bint NAIntTo0
|
|
cdef size_t headerBufferLength
|
|
|