Class BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>

java.lang.Object
com.google.cloud.BaseWriteChannel<ServiceOptionsT,EntityT>
Type Parameters:
ServiceOptionsT - the service options used by the channel to issue RPC requests
EntityT - the entity this channel writes data to. Possibly with additional configuration
All Implemented Interfaces:
Restorable<WriteChannel>, WriteChannel, Closeable, AutoCloseable, Channel, WritableByteChannel

public abstract class BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable> extends Object implements WriteChannel
Base implementation for a WriteChannel.