ContentProvider.IPipeDataWriter
ContentProvider.IPipeDataWriter
Interface
Definition
Interface to write a stream of data to a pipe.
[Android.Runtime.Register("android/content/ContentProvider$PipeDataWriter", "", "Android.Content.ContentProvider/IPipeDataWriterInvoker", ApiSince=11)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public interface ContentProvider.IPipeDataWriter : Android.Runtime.IJavaObject, IDisposable
type ContentProvider.IPipeDataWriter = interface
interface IJavaObject
interface IDisposable
- Attributes
- Implements
Remarks
Portions of this page are modifications based on work created and shared by the
Methods
WriteDataToPipe(ParcelFileDescriptor, Uri, String, Bundle, Object) WriteDataToPipe(ParcelFileDescriptor, Uri, String, Bundle, Object) |
Properties
Handle Handle |
Gets the JNI value of the underlying Android object. (Inherited from IJavaObject) |
Extension Methods
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) |