@return directory where the table is located.
()
| 109 | * @return directory where the table is located. |
| 110 | */ |
| 111 | public @NotNull String getDirName() { |
| 112 | return dirName.toString(); |
| 113 | } |
| 114 | |
| 115 | /** |
| 116 | * @return UTF-8 buffer naming the directory where the table is located. |