public static interface GSBlobStorage.WriteChannel
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–2022 The Apache Software Foundation. All rights reserved.