-
Methods in org.robovm.libimobiledevice.binding that return AfcError
| Modifier and Type |
Method |
Description |
static AfcError |
LibIMobileDevice.afc_client_free(AfcClientRef client) |
|
static AfcError |
LibIMobileDevice.afc_client_new(IDeviceRef device,
LockdowndServiceDescriptorStruct service,
AfcClientRefOut client) |
|
static AfcError |
LibIMobileDevice.afc_client_start_service(IDeviceRef device,
AfcClientRefOut client,
java.lang.String label) |
|
static AfcError |
LibIMobileDevice.afc_dictionary_free(StringOut dictionary) |
|
static AfcError |
LibIMobileDevice.afc_file_close(AfcClientRef client,
long handle) |
|
static AfcError |
LibIMobileDevice.afc_file_lock(AfcClientRef client,
long handle,
AfcLockOperation operation) |
|
static AfcError |
LibIMobileDevice.afc_file_open(AfcClientRef client,
java.lang.String filename,
AfcFileMode file_mode,
LongOut handle) |
|
static AfcError |
LibIMobileDevice.afc_file_read(AfcClientRef client,
long handle,
byte[] data,
int length,
IntOut bytes_read) |
|
static AfcError |
LibIMobileDevice.afc_file_seek(AfcClientRef client,
long handle,
long offset,
int whence) |
|
static AfcError |
LibIMobileDevice.afc_file_tell(AfcClientRef client,
long handle,
LongOut position) |
|
static AfcError |
LibIMobileDevice.afc_file_truncate(AfcClientRef client,
long handle,
long newsize) |
|
static AfcError |
LibIMobileDevice.afc_file_write(AfcClientRef client,
long handle,
byte[] data,
int length,
IntOut bytes_written) |
|
static AfcError |
LibIMobileDevice.afc_get_device_info(AfcClientRef client,
StringArrayOut device_information) |
|
static AfcError |
LibIMobileDevice.afc_get_device_info_key(AfcClientRef client,
java.lang.String key,
StringOut value) |
|
static AfcError |
LibIMobileDevice.afc_get_file_info(AfcClientRef client,
java.lang.String filename,
StringArrayOut file_information) |
|
static AfcError |
LibIMobileDevice.afc_make_directory(AfcClientRef client,
java.lang.String path) |
|
static AfcError |
LibIMobileDevice.afc_make_link(AfcClientRef client,
AfcLinkType linktype,
java.lang.String target,
java.lang.String linkname) |
|
static AfcError |
LibIMobileDevice.afc_read_directory(AfcClientRef client,
java.lang.String path,
StringArrayOut directory_information) |
|
static AfcError |
LibIMobileDevice.afc_remove_path(AfcClientRef client,
java.lang.String path) |
|
static AfcError |
LibIMobileDevice.afc_remove_path_and_contents(AfcClientRef client,
java.lang.String path) |
|
static AfcError |
LibIMobileDevice.afc_rename_path(AfcClientRef client,
java.lang.String from,
java.lang.String to) |
|
static AfcError |
LibIMobileDevice.afc_set_file_time(AfcClientRef client,
java.lang.String path,
long mtime) |
|
static AfcError |
LibIMobileDevice.afc_truncate(AfcClientRef client,
java.lang.String path,
long newsize) |
|
static AfcError |
AfcError.swigToEnum(int swigValue) |
|
static AfcError |
AfcError.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AfcError[] |
AfcError.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|