close
About
Wear
TV
Auto
Get Started
Devices
Style
Patterns
Building Blocks
Downloads
Videos
Training
API Guides
Reference
Tools
Google Services
Samples
Google Play
Essentials
Get Users
Engage & Retain
Monetize
Tools & Reference
Developer Stories
Training
API Guides
Reference
Tools
Google Services
Samples
Results
Loading...
DataApi.GetFdForAssetResult
Overview
Games
Location
Google+
Maps
Drive
Cast
Ads
Advertising ID
Wallet
Google Play Services
Setup
Accessing Google Play Services APIs
Authorizing with Google for REST APIs
Reference
Google Play In-app Billing
Overview
Version 3 API
Implementing the API
Reference
Ver sion 2 API
Implementing the API
Subscriptions
Reference
Subscriptions
Security and Design
Testing In-app Billing
Administering In-app Billing
Purchase Status API
Version Notes
Google Cloud Messaging
Overview
Getting Started
Implementing GCM Client
Implementing GCM Server
CCS (XMPP)
HTTP
User Notifications
Advanced Topics
Migration
Reference
Google Play Distribution
Filters on Google Play
Multiple APK Support
APK Expansion Files
Application Licensing
Licensing Overview
Setting Up for Licensing
Adding Licensing to Your App
Licensing Reference
Android Backup Service
Register
Summary:
Methods
|
Inherited Methods
|
[Expand All]
public static interface
DataApi.GetFdForAssetResult
implements
Releasable
Result
com.google.android.gms.wearable.DataApi.GetFdForAssetResult
Class Overview
Contains a file descriptor for the requested asset.
Summary
Public Methods
abstract ParcelFileDescriptor
getFd
()
abstract InputStream
getInputStream
()
[Expand]
Inherited Methods
From interface
com.google.android.gms.common.api.Releasable
abstract void
release
()
From interface
com.google.android.gms.common.api.Result
abstract
Status
getStatus
()
Public Methods
public abstract ParcelFileDescriptor
getFd
()
Returns
a file descriptor for the requested asset.
public abstract InputStream
getInputStream
()
Returns
an input stream wrapping the file descriptor. When this input stream is closed, the fildescriptor is, as well.