comparison src/main/java/org/monetdb/jdbc/MonetBlob.java @ 943:ff075ed5ce81

Spell check.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 09 Jan 2025 10:56:14 +0100 (3 months ago)
parents d416e9b6b3d0
children
comparison
equal deleted inserted replaced
942:45c26b1a0677 943:ff075ed5ce81
229 * Retrieves a stream that can be used to write to the BLOB value 229 * Retrieves a stream that can be used to write to the BLOB value
230 * that this Blob object represents. The stream begins at position 230 * that this Blob object represents. The stream begins at position
231 * pos. The bytes written to the stream will overwrite the existing 231 * pos. The bytes written to the stream will overwrite the existing
232 * bytes in the Blob object starting at the position pos. If the end 232 * bytes in the Blob object starting at the position pos. If the end
233 * of the Blob value is reached while writing to the stream, then 233 * of the Blob value is reached while writing to the stream, then
234 * the length of the Blob value will be increased to accomodate the 234 * the length of the Blob value will be increased to accommodate the
235 * extra bytes. 235 * extra bytes.
236 * 236 *
237 * @param pos the position in the BLOB value at which to start 237 * @param pos the position in the BLOB value at which to start
238 * writing; the first position is 1 238 * writing; the first position is 1
239 * @return a java.io.OutputStream object to which data can be written 239 * @return a java.io.OutputStream object to which data can be written