59 строки
4.5 KiB
YAML
59 строки
4.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.storage.blob.models.BlobSeekableByteChannelReadResult"
|
|
fullName: "com.azure.storage.blob.models.BlobSeekableByteChannelReadResult"
|
|
name: "BlobSeekableByteChannelReadResult"
|
|
nameWithType: "BlobSeekableByteChannelReadResult"
|
|
summary: "Contains the results of opening a <xref uid=\"java.nio.channels.SeekableByteChannel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SeekableByteChannel\"></xref> to read from a blob."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **BlobSeekableByteChannelReadResult**"
|
|
constructors:
|
|
- uid: "com.azure.storage.blob.models.BlobSeekableByteChannelReadResult.BlobSeekableByteChannelReadResult(java.nio.channels.SeekableByteChannel,com.azure.storage.blob.models.BlobProperties)"
|
|
fullName: "com.azure.storage.blob.models.BlobSeekableByteChannelReadResult.BlobSeekableByteChannelReadResult(SeekableByteChannel channel, BlobProperties properties)"
|
|
name: "BlobSeekableByteChannelReadResult(SeekableByteChannel channel, BlobProperties properties)"
|
|
nameWithType: "BlobSeekableByteChannelReadResult.BlobSeekableByteChannelReadResult(SeekableByteChannel channel, BlobProperties properties)"
|
|
parameters:
|
|
- description: "Channel to read the target blob."
|
|
name: "channel"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/channels/SeekableByteChannel.html\">SeekableByteChannel</a>"
|
|
- description: "Blob properties of the target blob."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobProperties?alt=com.azure.storage.blob.models.BlobProperties&text=BlobProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public BlobSeekableByteChannelReadResult(SeekableByteChannel channel, BlobProperties properties)"
|
|
methods:
|
|
- uid: "com.azure.storage.blob.models.BlobSeekableByteChannelReadResult.getChannel()"
|
|
fullName: "com.azure.storage.blob.models.BlobSeekableByteChannelReadResult.getChannel()"
|
|
name: "getChannel()"
|
|
nameWithType: "BlobSeekableByteChannelReadResult.getChannel()"
|
|
syntax: "public SeekableByteChannel getChannel()"
|
|
returns:
|
|
description: "Channel to read the target blob."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/channels/SeekableByteChannel.html\">SeekableByteChannel</a>"
|
|
- uid: "com.azure.storage.blob.models.BlobSeekableByteChannelReadResult.getProperties()"
|
|
fullName: "com.azure.storage.blob.models.BlobSeekableByteChannelReadResult.getProperties()"
|
|
name: "getProperties()"
|
|
nameWithType: "BlobSeekableByteChannelReadResult.getProperties()"
|
|
syntax: "public BlobProperties getProperties()"
|
|
returns:
|
|
description: "Blob properties of the target blob."
|
|
type: "<xref href=\"com.azure.storage.blob.models.BlobProperties?alt=com.azure.storage.blob.models.BlobProperties&text=BlobProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Contains the results of opening a <xref uid=\"java.nio.channels.SeekableByteChannel\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SeekableByteChannel\"></xref> to read from a blob."
|
|
metadata: {}
|
|
package: "com.azure.storage.blob.models"
|
|
artifact: com.azure:azure-storage-blob:12.28.1
|