Exemplo n.º 1
0
 public long write(BytePtr buffer, long len) {
   return write(buffer.getHandle(), len);
 }
Exemplo n.º 2
0
 /** @since Available in iOS 2.0 and later. */
 public static String getStatusDescription(SCStatus status) {
   BytePtr ptr = getStatusDescription0(status);
   return ptr.toStringZ();
 }