| Package | Description |
|---|---|
| org.linguafranca.pwdb |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StreamFormat<C extends StreamConfiguration>
Interface provides for wrapping a database serialization in a stream format, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamConfiguration.None |
| Modifier and Type | Method and Description |
|---|---|
<C extends StreamConfiguration> |
Database.getStreamFormat()
Get the format the database was loaded from
|
<C extends StreamConfiguration> |
Database.save(StreamFormat<C> streamFormat,
Credentials credentials,
OutputStream outputStream)
Save the database to a stream
|
Copyright © 2025. All rights reserved.