-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.azure.storage.blob.models.BlobSeekableByteChannelReadResult.yml
58 lines (58 loc) · 4.46 KB
/
com.azure.storage.blob.models.BlobSeekableByteChannelReadResult.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
### 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