java.lang.Object | |
↳ | com.google.android.gms.wearable.DataClient.GetFdForAssetResponse |
Contains a file descriptor for the requested asset.
This object should be released after use.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a file descriptor for the requested asset.
| |||||||||||
Returns an input stream wrapping the file descriptor.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns a file descriptor for the requested asset.
Returns | |
---|---|
ParcelFileDescriptor |
Returns an input stream wrapping the file descriptor. When this input stream is closed, the file descriptor is, as well.
Returns | |
---|---|
InputStream |