Uses of Interface
com.google.cloud.WriteChannel
-
Packages that use WriteChannel Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of WriteChannel in com.google.cloud
Classes in com.google.cloud that implement WriteChannel Modifier and Type Class Description class
BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>
Base implementation for aWriteChannel
.Methods in com.google.cloud that return types with arguments of type WriteChannel Modifier and Type Method Description abstract RestorableState<WriteChannel>
BaseWriteChannel.BaseState.Builder. build()
RestorableState<WriteChannel>
BaseWriteChannel. capture()
RestorableState<WriteChannel>
WriteChannel. capture()
Captures the write channel state so that it can be saved and restored afterwards.
-