@return the name of the data table as a byte array for client requests
()
| 1951 | |
| 1952 | /** @return the name of the data table as a byte array for client requests */ |
| 1953 | public byte[] dataTable() { |
| 1954 | return this.table; |
| 1955 | } |
| 1956 | |
| 1957 | /** @return the name of the tree table as a byte array for client requests */ |
| 1958 | public byte[] treeTable() { |
no outgoing calls