--- /tmp/invokebinder-1.7-2n9vkwi9u/debian/libinvokebinder-java-doc_1.7-2_all.deb +++ libinvokebinder-java-doc_1.7-2_all.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2017-07-16 19:37:42.000000 debian-binary │ --rw-r--r-- 0 0 0 2488 2017-07-16 19:37:42.000000 control.tar.gz │ +-rw-r--r-- 0 0 0 2490 2017-07-16 19:37:42.000000 control.tar.gz │ -rw-r--r-- 0 0 0 45744 2017-07-16 19:37:42.000000 data.tar.xz ├── control.tar.gz │ ├── control.tar │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/share/doc/libinvokebinder-java/api/com/headius/invokebinder/class-use/Signature.html │ │ │┄ Ordering differences only │ │ │ @@ -273,22 +273,22 @@ │ │ │ static Signature │ │ │ Signature.returning(Class<?> retval) │ │ │
Create a new signature returning the given type.
│ │ │ │ │ │ │ │ │ │ │ │ Signature │ │ │ -SmartBinder.signature() │ │ │ -
Get the current Signature for this binder.
│ │ │ +SmartHandle.signature() │ │ │ +
Get the Signature of this SmartHandle.
│ │ │ │ │ │ │ │ │ │ │ │ Signature │ │ │ -SmartHandle.signature() │ │ │ -
Get the Signature of this SmartHandle.
│ │ │ +SmartBinder.signature() │ │ │ +
Get the current Signature for this binder.
│ │ │ │ │ │ │ │ │ │ │ │ Signature │ │ │ Signature.spread(String... names) │ │ │
Spread the trailing [] argument into its component type assigning given names.
│ │ │ │ │ │ @@ -313,26 +313,26 @@ │ │ │ Methods in com.headius.invokebinder with parameters of type Signature  │ │ │ │ │ │ Modifier and Type │ │ │ Method and Description │ │ │ │ │ │ │ │ │ │ │ │ -SmartBinder │ │ │ -SmartBinder.cast(Signature target) │ │ │ -
Cast the incoming arguments to the types in the given signature.
│ │ │ - │ │ │ - │ │ │ - │ │ │ SmartHandle │ │ │ SmartHandle.cast(Signature incoming) │ │ │
Create a new SmartHandle that casts arguments from the given signature to │ │ │ the current signature's type with the new argument names.
│ │ │ │ │ │ │ │ │ + │ │ │ +SmartBinder │ │ │ +SmartBinder.cast(Signature target) │ │ │ +
Cast the incoming arguments to the types in the given signature.
│ │ │ + │ │ │ + │ │ │ │ │ │ SmartHandle │ │ │ SmartHandle.convert(Signature incoming) │ │ │
Create a new SmartHandle that converts arguments from the given signature to │ │ │ the current signature's type with the new argument names.
│ │ │ │ │ │