Skip to content

Commit

Permalink
Three methods...
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Nov 11, 2024
1 parent 388df86 commit 2780a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/release_notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ In general, setting the `blobBufferSize` larger than 65535 bytes will likely not
[#blob-put-segment-limit]
==== Internal API changes for `FbBlob`

Two new methods were added to `FbBlob`:
Three new methods were added to `FbBlob`:

`int get(byte[] b, int off, int len)`::
populates the array `b`, starting at `off`, for the requested `len` bytes from the blob, and returns the actual number of bytes read.
Expand Down

0 comments on commit 2780a0e

Please sign in to comment.