| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.api |
Oak repository API
|
| Modifier and Type | Field and Description |
|---|---|
static Type<Iterable<Blob>> |
Type.BINARIES
Map
Iterable<Blob> to array of PropertyType.BINARY |
static Type<Blob> |
Type.BINARY
Map
Blob to PropertyType.BINARY |
| Modifier and Type | Method and Description |
|---|---|
@NotNull Blob |
Root.createBlob(@NotNull InputStream stream)
Reads (and closes) the given stream and returns a
Blob that
contains that binary. |
@Nullable Blob |
Root.getBlob(@NotNull String reference)
Get a blob by its reference.
|
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.