Example #1
0
 public static extern long Seek(
     AAsset asset,
     long offset,
     [MarshalAs(UnmanagedType.U4)] SeekOrigin whence
     );
Example #2
0
 public static extern long GetLength(AAsset asset);
Example #3
0
 public static extern int Read(
     AAsset asset,
     IntPtr buffer,
     [MarshalAs(UnmanagedType.SysInt)] long count
     );
Example #4
0
 public static extern void Close(AAsset asset);