Uses of Interface
com.google.cloud.ReadChannel
-
Packages that use ReadChannel Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of ReadChannel in com.google.cloud
Methods in com.google.cloud that return ReadChannel Modifier and Type Method Description default ReadChannel
ReadChannel. limit(long limit)
Limit the maximum number of bytes to be read from the objects content, counting from the beginning of the object, which will be available to read from this channel.Methods in com.google.cloud that return types with arguments of type ReadChannel Modifier and Type Method Description RestorableState<ReadChannel>
ReadChannel. capture()
Captures the read channel state so that it can be saved and restored afterwards.
-