public static interface GSBlobStorage.WriteChannel
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the channel.
|
int |
write(byte[] content,
int start,
int length)
Writes data to the channel.
|
int write(byte[] content,
int start,
int length)
throws IOException
content - The data bufferstart - Start offset in the data bufferlength - Number of bytes to writeIOException - On underlying failurevoid close()
throws IOException
IOException - On underlying failureCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.