public class StoredStrings
extends java.lang.Object
implements java.lang.AutoCloseable
| Constructor and Description |
|---|
StoredStrings(java.nio.file.Path refPath,
java.nio.file.Path contentPath) |
| Modifier and Type | Method and Description |
|---|---|
long |
append(java.lang.String str) |
void |
close() |
java.lang.String |
get(long i) |
long |
strCount() |