--- /srv/reproducible-results/rbuild-debian/r-b-build.HoezMVpu/b1/okio_1.16.0-2_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.HoezMVpu/b2/okio_1.16.0-2_armhf.changes ├── Files │ @@ -1,3 +1,3 @@ │ │ - 98d593cf7a69fb0105d20276ca16ce0c 116728 doc optional libokio-java-doc_1.16.0-2_all.deb │ + 62503e482c7c47c5560bc81f38b0e980 116700 doc optional libokio-java-doc_1.16.0-2_all.deb │ be1813950bd8a77920c4823330433422 97660 java optional libokio-java_1.16.0-2_all.deb ├── libokio-java-doc_1.16.0-2_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2021-01-05 12:50:16.000000 debian-binary │ │ -rw-r--r-- 0 0 0 2680 2021-01-05 12:50:16.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 113856 2021-01-05 12:50:16.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 113828 2021-01-05 12:50:16.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── file list │ │ │ │ @@ -6,15 +6,15 @@ │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 11366 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/allclasses-index.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 3249 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/allpackages-index.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 1755 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/copy.svg │ │ │ │ -rw-r--r-- 0 root (0) root (0) 3596 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/deprecated-list.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 5 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/element-list │ │ │ │ -rw-r--r-- 0 root (0) root (0) 10221 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/help-doc.html │ │ │ │ --rw-r--r-- 0 root (0) root (0) 105742 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/index-all.html │ │ │ │ +-rw-r--r-- 0 root (0) root (0) 105753 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/index-all.html │ │ │ │ -rw-r--r-- 0 root (0) root (0) 854 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/index.html │ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/legal/ │ │ │ │ -rw-r--r-- 0 root (0) root (0) 1514 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/legal/ASSEMBLY_EXCEPTION │ │ │ │ -rw-r--r-- 0 root (0) root (0) 1157 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/legal/jquery.md │ │ │ │ -rw-r--r-- 0 root (0) root (0) 1870 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/legal/jqueryUI.md │ │ │ │ -rw-r--r-- 0 root (0) root (0) 2010 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/link.svg │ │ │ │ -rw-r--r-- 0 root (0) root (0) 22840 2021-01-05 12:50:16.000000 ./usr/share/doc/libokio-java/api/member-search-index.js │ │ │ ├── ./usr/share/doc/libokio-java/api/index-all.html │ │ │ │ @@ -973,15 +973,15 @@ │ │ │ │
│ │ │ │
Returns the number of bytes in this ByteString.
│ │ │ │
│ │ │ │
size() - Method in class okio.Options
│ │ │ │
 
│ │ │ │
size(String) - Static method in class okio.Utf8
│ │ │ │
│ │ │ │ -
Returns the number of bytes used to encode string as UTF-8 when using encodeUtf8(java.lang.String) or Buffer.writeUtf8(String).
│ │ │ │ +
Returns the number of bytes used to encode string as UTF-8 when using ByteString.encodeUtf8(java.lang.String) or Buffer.writeUtf8(String).
│ │ │ │
│ │ │ │
size(String, int, int) - Static method in class okio.Utf8
│ │ │ │
│ │ │ │
Returns the number of bytes used to encode the slice of string as UTF-8 when using │ │ │ │ BufferedSink.writeUtf8(String, int, int).
│ │ │ │
│ │ │ │
skip(long) - Method in class okio.Buffer
│ │ │ │ ├── html2text {} │ │ │ │ │ @@ -615,15 +615,15 @@ │ │ │ │ │ Returns the number of bytes currently in this buffer. │ │ │ │ │ _s_i_z_e_(_) - Method in class okio._B_y_t_e_S_t_r_i_n_g │ │ │ │ │ Returns the number of bytes in this ByteString. │ │ │ │ │ _s_i_z_e_(_) - Method in class okio._O_p_t_i_o_n_s │ │ │ │ │   │ │ │ │ │ _s_i_z_e_(_S_t_r_i_n_g_) - Static method in class okio._U_t_f_8 │ │ │ │ │ Returns the number of bytes used to encode string as UTF-8 when using │ │ │ │ │ - _e_n_c_o_d_e_U_t_f_8_(_j_a_v_a_._l_a_n_g_._S_t_r_i_n_g_) or _B_u_f_f_e_r_._w_r_i_t_e_U_t_f_8_(_S_t_r_i_n_g_). │ │ │ │ │ + _B_y_t_e_S_t_r_i_n_g_._e_n_c_o_d_e_U_t_f_8_(_j_a_v_a_._l_a_n_g_._S_t_r_i_n_g_) or _B_u_f_f_e_r_._w_r_i_t_e_U_t_f_8_(_S_t_r_i_n_g_). │ │ │ │ │ _s_i_z_e_(_S_t_r_i_n_g_,_ _i_n_t_,_ _i_n_t_) - Static method in class okio._U_t_f_8 │ │ │ │ │ Returns the number of bytes used to encode the slice of string as UTF- │ │ │ │ │ 8 when using _B_u_f_f_e_r_e_d_S_i_n_k_._w_r_i_t_e_U_t_f_8_(_S_t_r_i_n_g_,_ _i_n_t_,_ _i_n_t_). │ │ │ │ │ _s_k_i_p_(_l_o_n_g_) - Method in class okio._B_u_f_f_e_r │ │ │ │ │ Discards byteCount bytes from the head of this buffer. │ │ │ │ │ _s_k_i_p_(_l_o_n_g_) - Method in interface okio._B_u_f_f_e_r_e_d_S_o_u_r_c_e │ │ │ │ │ Reads and discards byteCount bytes from this source.