| Package | Description |
|---|---|
| org.revenj.postgres.converters | |
| org.revenj.storage |
| Modifier and Type | Method and Description |
|---|---|
static S3 |
S3Converter.parse(PostgresReader reader,
int context) |
| Modifier and Type | Method and Description |
|---|---|
static List<S3> |
S3Converter.parseCollection(PostgresReader reader,
int context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
S3Converter.serializeURI(PostgresBuffer sw,
S3 value) |
static void |
S3Converter.setParameter(PostgresBuffer sw,
PreparedStatement ps,
int index,
S3 value) |
static PostgresTuple |
S3Converter.toTuple(S3 value) |
| Modifier and Type | Method and Description |
|---|---|
static S3 |
S3.from(byte[] bytes,
ServiceLocator locator) |
static S3 |
S3.from(InputStream stream,
long length,
ServiceLocator locator) |
static S3 |
S3.from(InputStream stream,
ServiceLocator locator) |
S3 |
S3.setMimeType(String value) |
S3 |
S3.setName(String value) |
| Modifier and Type | Method and Description |
|---|---|
default Future<Void> |
S3Repository.delete(S3 s3) |
default Future<InputStream> |
S3Repository.get(S3 s3) |
Copyright © 2015. All rights reserved.