(ByteBuffer buffer, BHeader header, LHeaderParseState s)
| 79 | abstract public List<Directive> get_directives(); |
| 80 | |
| 81 | abstract protected void parse_main(ByteBuffer buffer, BHeader header, LHeaderParseState s); |
| 82 | |
| 83 | protected void parse_format(ByteBuffer buffer, BHeader header, LHeaderParseState s) { |
| 84 | // 1 byte Lua "format" |