Package org.apache.flink.fs.gs.storage
Interface GSBlobStorage.WriteChannel
- Enclosing interface:
- GSBlobStorage
public static interface GSBlobStorage.WriteChannel
Abstract blob write channel.
-
Method Summary
-
Method Details
-
write
Writes data to the channel.- Parameters:
content- The data bufferstart- Start offset in the data bufferlength- Number of bytes to write- Returns:
- The number of bytes written
- Throws:
IOException- On underlying failure
-
close
Closes the channel.- Throws:
IOException- On underlying failure
-