This file is indexed.

/usr/share/doc/libokio-java/api/index-all.html is in libokio-java-doc 1.14.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Okio 1.14.0 API)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index (Okio 1.14.0 API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="okio/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="okio/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Okio.html#appendingSink-java.io.File-">appendingSink(File)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a sink that appends to <code>file</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#asByteBuffer--">asByteBuffer()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a <code>ByteBuffer</code> view of the bytes in this <code>ByteString</code>.</div>
</dd>
<dt><a href="okio/AsyncTimeout.html" title="class in okio"><span class="typeNameLink">AsyncTimeout</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">This timeout uses a background thread to take action exactly when the timeout occurs.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/AsyncTimeout.html#AsyncTimeout--">AsyncTimeout()</a></span> - Constructor for class okio.<a href="okio/AsyncTimeout.html" title="class in okio">AsyncTimeout</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#base64--">base64()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns this byte string encoded as <a
 href="http://www.ietf.org/rfc/rfc2045.txt">Base64</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#base64Url--">base64Url()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns this byte string encoded as <a href="http://www.ietf.org/rfc/rfc4648.txt">URL-safe
 Base64</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#blackhole--">blackhole()</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a sink that writes nowhere.</div>
</dd>
<dt><a href="okio/Buffer.html" title="class in okio"><span class="typeNameLink">Buffer</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A collection of bytes in memory.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#Buffer--">Buffer()</a></span> - Constructor for class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#buffer--">buffer()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#buffer">buffer</a></span> - Variable in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#buffer--">buffer()</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Returns this sink's internal buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#buffer--">buffer()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns this source's internal buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#buffer-okio.Source-">buffer(Source)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a new source that buffers reads from <code>source</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#buffer-okio.Sink-">buffer(Sink)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a new sink that buffers writes to <code>sink</code>.</div>
</dd>
<dt><a href="okio/Buffer.UnsafeCursor.html" title="class in okio"><span class="typeNameLink">Buffer.UnsafeCursor</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A handle to the underlying data in a buffer.</div>
</dd>
<dt><a href="okio/BufferedSink.html" title="interface in okio"><span class="typeNameLink">BufferedSink</span></a> - Interface in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A sink that keeps a buffer internally so that callers can do small writes
 without a performance penalty.</div>
</dd>
<dt><a href="okio/BufferedSource.html" title="interface in okio"><span class="typeNameLink">BufferedSource</span></a> - Interface in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A source that keeps a buffer internally so that callers can do small reads without a performance
 penalty.</div>
</dd>
<dt><a href="okio/ByteString.html" title="class in okio"><span class="typeNameLink">ByteString</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">An immutable sequence of bytes.</div>
</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#clear--">clear()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Discards all bytes in this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#clearDeadline--">clearDeadline()</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#clearDeadline--">clearDeadline()</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Clears the deadline.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#clearTimeout--">clearTimeout()</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#clearTimeout--">clearTimeout()</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Clears the timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#clone--">clone()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns a deep copy of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#close--">close()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#close--">close()</a></span> - Method in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/DeflaterSink.html#close--">close()</a></span> - Method in class okio.<a href="okio/DeflaterSink.html" title="class in okio">DeflaterSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSink.html#close--">close()</a></span> - Method in class okio.<a href="okio/ForwardingSink.html" title="class in okio">ForwardingSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSource.html#close--">close()</a></span> - Method in class okio.<a href="okio/ForwardingSource.html" title="class in okio">ForwardingSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSink.html#close--">close()</a></span> - Method in class okio.<a href="okio/GzipSink.html" title="class in okio">GzipSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSource.html#close--">close()</a></span> - Method in class okio.<a href="okio/GzipSource.html" title="class in okio">GzipSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/InflaterSource.html#close--">close()</a></span> - Method in class okio.<a href="okio/InflaterSource.html" title="class in okio">InflaterSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Sink.html#close--">close()</a></span> - Method in interface okio.<a href="okio/Sink.html" title="interface in okio">Sink</a></dt>
<dd>
<div class="block">Pushes all buffered bytes to their final destination and releases the
 resources held by this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Source.html#close--">close()</a></span> - Method in interface okio.<a href="okio/Source.html" title="interface in okio">Source</a></dt>
<dd>
<div class="block">Closes this source and releases the resources held by this source.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#compareTo-okio.ByteString-">compareTo(ByteString)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#completeSegmentByteCount--">completeSegmentByteCount()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the number of bytes in segments that are not writable.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#copyTo-java.io.OutputStream-">copyTo(OutputStream)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Copy the contents of this to <code>out</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#copyTo-java.io.OutputStream-long-long-">copyTo(OutputStream, long, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Copy <code>byteCount</code> bytes from this, starting at <code>offset</code>, to
 <code>out</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#copyTo-okio.Buffer-long-long-">copyTo(Buffer, long, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Copy <code>byteCount</code> bytes from this, starting at <code>offset</code>, to <code>out</code>.</div>
</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#data">data</a></span> - Variable in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#deadline-long-java.util.concurrent.TimeUnit-">deadline(long, TimeUnit)</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Set a deadline of now plus <code>duration</code> time.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#deadlineNanoTime--">deadlineNanoTime()</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#deadlineNanoTime-long-">deadlineNanoTime(long)</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#deadlineNanoTime--">deadlineNanoTime()</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Returns the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#nanoTime--" title="class or interface in java.lang">nano time</a> when the deadline will
 be reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#deadlineNanoTime-long-">deadlineNanoTime(long)</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Sets the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#nanoTime--" title="class or interface in java.lang">nano time</a> when the deadline will be
 reached.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#decodeBase64-java.lang.String-">decodeBase64(String)</a></span> - Static method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Decodes the Base64-encoded bytes and returns their value as a byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#decodeHex-java.lang.String-">decodeHex(String)</a></span> - Static method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Decodes the hex-encoded bytes and returns their value a byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSink.html#deflater--">deflater()</a></span> - Method in class okio.<a href="okio/GzipSink.html" title="class in okio">GzipSink</a></dt>
<dd>
<div class="block">Returns the <a href="https://docs.oracle.com/javase/7/docs/api/java/util/zip/Deflater.html?is-external=true" title="class or interface in java.util.zip"><code>Deflater</code></a>.</div>
</dd>
<dt><a href="okio/DeflaterSink.html" title="class in okio"><span class="typeNameLink">DeflaterSink</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A sink that uses <a href="http://tools.ietf.org/html/rfc1951">DEFLATE</a> to
 compress data written to another source.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/DeflaterSink.html#DeflaterSink-okio.Sink-java.util.zip.Deflater-">DeflaterSink(Sink, Deflater)</a></span> - Constructor for class okio.<a href="okio/DeflaterSink.html" title="class in okio">DeflaterSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSink.html#delegate--">delegate()</a></span> - Method in class okio.<a href="okio/ForwardingSink.html" title="class in okio">ForwardingSink</a></dt>
<dd>
<div class="block"><a href="okio/Sink.html" title="interface in okio"><code>Sink</code></a> to which this instance is delegating.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSource.html#delegate--">delegate()</a></span> - Method in class okio.<a href="okio/ForwardingSource.html" title="class in okio">ForwardingSource</a></dt>
<dd>
<div class="block"><a href="okio/Source.html" title="interface in okio"><code>Source</code></a> to which this instance is delegating.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#delegate--">delegate()</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>
<div class="block"><a href="okio/Timeout.html" title="class in okio"><code>Timeout</code></a> instance to which this instance is currently delegating.</div>
</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#emit--">emit()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#emit--">emit()</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes all buffered data to the underlying sink, if one exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#emitCompleteSegments--">emitCompleteSegments()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#emitCompleteSegments--">emitCompleteSegments()</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes complete segments to the underlying sink, if one exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#EMPTY">EMPTY</a></span> - Static variable in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">A singleton empty <code>ByteString</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#encodeString-java.lang.String-java.nio.charset.Charset-">encodeString(String, Charset)</a></span> - Static method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a new byte string containing the <code>charset</code>-encoded bytes of <code>s</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#encodeUtf8-java.lang.String-">encodeUtf8(String)</a></span> - Static method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a new byte string containing the <code>UTF-8</code> bytes of <code>s</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#end">end</a></span> - Variable in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#endsWith-okio.ByteString-">endsWith(ByteString)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#endsWith-byte:A-">endsWith(byte[])</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/AsyncTimeout.html#enter--">enter()</a></span> - Method in class okio.<a href="okio/AsyncTimeout.html" title="class in okio">AsyncTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#exhausted--">exhausted()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#exhausted--">exhausted()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns true if there are no more bytes in this source.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/AsyncTimeout.html#exit--">exit()</a></span> - Method in class okio.<a href="okio/AsyncTimeout.html" title="class in okio">AsyncTimeout</a></dt>
<dd>
<div class="block">Returns true if the timeout occurred.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#expandBuffer-int-">expandBuffer(int)</a></span> - Method in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>
<div class="block">Grow the buffer by adding a <strong>contiguous range</strong> of capacity in a single
 segment.</div>
</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#flush--">flush()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#flush--">flush()</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes all buffered data to the underlying sink, if one exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/DeflaterSink.html#flush--">flush()</a></span> - Method in class okio.<a href="okio/DeflaterSink.html" title="class in okio">DeflaterSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSink.html#flush--">flush()</a></span> - Method in class okio.<a href="okio/ForwardingSink.html" title="class in okio">ForwardingSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSink.html#flush--">flush()</a></span> - Method in class okio.<a href="okio/GzipSink.html" title="class in okio">GzipSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Sink.html#flush--">flush()</a></span> - Method in interface okio.<a href="okio/Sink.html" title="interface in okio">Sink</a></dt>
<dd>
<div class="block">Pushes all buffered bytes to their final destination.</div>
</dd>
<dt><a href="okio/ForwardingSink.html" title="class in okio"><span class="typeNameLink">ForwardingSink</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A <a href="okio/Sink.html" title="interface in okio"><code>Sink</code></a> which forwards calls to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSink.html#ForwardingSink-okio.Sink-">ForwardingSink(Sink)</a></span> - Constructor for class okio.<a href="okio/ForwardingSink.html" title="class in okio">ForwardingSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="okio/ForwardingSource.html" title="class in okio"><span class="typeNameLink">ForwardingSource</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A <a href="okio/Source.html" title="interface in okio"><code>Source</code></a> which forwards calls to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSource.html#ForwardingSource-okio.Source-">ForwardingSource(Source)</a></span> - Constructor for class okio.<a href="okio/ForwardingSource.html" title="class in okio">ForwardingSource</a></dt>
<dd>&nbsp;</dd>
<dt><a href="okio/ForwardingTimeout.html" title="class in okio"><span class="typeNameLink">ForwardingTimeout</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A <a href="okio/Timeout.html" title="class in okio"><code>Timeout</code></a> which forwards calls to another.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#ForwardingTimeout-okio.Timeout-">ForwardingTimeout(Timeout)</a></span> - Constructor for class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Options.html#get-int-">get(int)</a></span> - Method in class okio.<a href="okio/Options.html" title="class in okio">Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#getByte-long-">getByte(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the byte at <code>pos</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#getByte-int-">getByte(int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the byte at <code>pos</code>.</div>
</dd>
<dt><a href="okio/GzipSink.html" title="class in okio"><span class="typeNameLink">GzipSink</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A sink that uses <a href="http://www.ietf.org/rfc/rfc1952.txt">GZIP</a> to
 compress written data to another sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSink.html#GzipSink-okio.Sink-">GzipSink(Sink)</a></span> - Constructor for class okio.<a href="okio/GzipSink.html" title="class in okio">GzipSink</a></dt>
<dd>&nbsp;</dd>
<dt><a href="okio/GzipSource.html" title="class in okio"><span class="typeNameLink">GzipSource</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A source that uses <a href="http://www.ietf.org/rfc/rfc1952.txt">GZIP</a> to
 decompress data read from another source.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSource.html#GzipSource-okio.Source-">GzipSource(Source)</a></span> - Constructor for class okio.<a href="okio/GzipSource.html" title="class in okio">GzipSource</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#hasDeadline--">hasDeadline()</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#hasDeadline--">hasDeadline()</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Returns true if a deadline is enabled.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#hash--">hash()</a></span> - Method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>
<div class="block">Returns the hash of the bytes accepted thus far and resets the internal state of this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSource.html#hash--">hash()</a></span> - Method in class okio.<a href="okio/HashingSource.html" title="class in okio">HashingSource</a></dt>
<dd>
<div class="block">Returns the hash of the bytes supplied thus far and resets the internal state of this source.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#hashCode--">hashCode()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#hashCode--">hashCode()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><a href="okio/HashingSink.html" title="class in okio"><span class="typeNameLink">HashingSink</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A sink that computes a hash of the full stream of bytes it has accepted.</div>
</dd>
<dt><a href="okio/HashingSource.html" title="class in okio"><span class="typeNameLink">HashingSource</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A source that computes a hash of the full stream of bytes it has supplied.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#hex--">hex()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns this byte string encoded in hexadecimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#hmacSha1-okio.ByteString-">hmacSha1(ByteString)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the 160-bit SHA-1 HMAC of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#hmacSha1-okio.ByteString-">hmacSha1(ByteString)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the 160-bit SHA-1 HMAC of this byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#hmacSha1-okio.Sink-okio.ByteString-">hmacSha1(Sink, ByteString)</a></span> - Static method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>
<div class="block">Returns a sink that uses the obsolete SHA-1 HMAC algorithm to produce 160-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSource.html#hmacSha1-okio.Source-okio.ByteString-">hmacSha1(Source, ByteString)</a></span> - Static method in class okio.<a href="okio/HashingSource.html" title="class in okio">HashingSource</a></dt>
<dd>
<div class="block">Returns a sink that uses the obsolete SHA-1 HMAC algorithm to produce 160-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#hmacSha256-okio.ByteString-">hmacSha256(ByteString)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the 256-bit SHA-256 HMAC of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#hmacSha256-okio.ByteString-">hmacSha256(ByteString)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the 256-bit SHA-256 HMAC of this byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#hmacSha256-okio.Sink-okio.ByteString-">hmacSha256(Sink, ByteString)</a></span> - Static method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>
<div class="block">Returns a sink that uses the SHA-256 HMAC algorithm to produce 256-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSource.html#hmacSha256-okio.Source-okio.ByteString-">hmacSha256(Source, ByteString)</a></span> - Static method in class okio.<a href="okio/HashingSource.html" title="class in okio">HashingSource</a></dt>
<dd>
<div class="block">Returns a sink that uses the SHA-256 HMAC algorithm to produce 256-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#hmacSha512-okio.ByteString-">hmacSha512(ByteString)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the 512-bit SHA-512 HMAC of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#hmacSha512-okio.ByteString-">hmacSha512(ByteString)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the 512-bit SHA-512 HMAC of this byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#hmacSha512-okio.Sink-okio.ByteString-">hmacSha512(Sink, ByteString)</a></span> - Static method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>
<div class="block">Returns a sink that uses the SHA-512 HMAC algorithm to produce 512-bit hashes.</div>
</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#indexOf-byte-">indexOf(byte)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#indexOf-byte-long-">indexOf(byte, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the index of <code>b</code> in this at or beyond <code>fromIndex</code>, or
 -1 if this buffer does not contain <code>b</code> in that range.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#indexOf-byte-long-long-">indexOf(byte, long, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#indexOf-okio.ByteString-">indexOf(ByteString)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#indexOf-okio.ByteString-long-">indexOf(ByteString, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#indexOf-byte-">indexOf(byte)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Equivalent to <a href="okio/BufferedSource.html#indexOf-byte-long-"><code>indexOf(b, 0)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#indexOf-byte-long-">indexOf(byte, long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns the index of the first <code>b</code> in the buffer at or after <code>fromIndex</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#indexOf-byte-long-long-">indexOf(byte, long, long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns the index of <code>b</code> if it is found in the range of <code>fromIndex</code> inclusive
 to <code>toIndex</code> exclusive.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#indexOf-okio.ByteString-">indexOf(ByteString)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Equivalent to <a href="okio/BufferedSource.html#indexOf-okio.ByteString-long-"><code>indexOf(bytes, 0)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#indexOf-okio.ByteString-long-">indexOf(ByteString, long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns the index of the first match for <code>bytes</code> in the buffer at or after <code>fromIndex</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#indexOf-okio.ByteString-">indexOf(ByteString)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#indexOf-okio.ByteString-int-">indexOf(ByteString, int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#indexOf-byte:A-">indexOf(byte[])</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#indexOf-byte:A-int-">indexOf(byte[], int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#indexOfElement-okio.ByteString-">indexOfElement(ByteString)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#indexOfElement-okio.ByteString-long-">indexOfElement(ByteString, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#indexOfElement-okio.ByteString-">indexOfElement(ByteString)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Equivalent to <a href="okio/BufferedSource.html#indexOfElement-okio.ByteString-long-"><code>indexOfElement(targetBytes, 0)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#indexOfElement-okio.ByteString-long-">indexOfElement(ByteString, long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns the first index in this buffer that is at or after <code>fromIndex</code> and that contains
 any of the bytes in <code>targetBytes</code>.</div>
</dd>
<dt><a href="okio/InflaterSource.html" title="class in okio"><span class="typeNameLink">InflaterSource</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A source that uses <a href="http://tools.ietf.org/html/rfc1951">DEFLATE</a>
 to decompress data read from another source.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/InflaterSource.html#InflaterSource-okio.Source-java.util.zip.Inflater-">InflaterSource(Source, Inflater)</a></span> - Constructor for class okio.<a href="okio/InflaterSource.html" title="class in okio">InflaterSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#inputStream--">inputStream()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#inputStream--">inputStream()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns an input stream that reads from this source.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#isOpen--">isOpen()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#lastIndexOf-okio.ByteString-">lastIndexOf(ByteString)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#lastIndexOf-okio.ByteString-int-">lastIndexOf(ByteString, int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#lastIndexOf-byte:A-">lastIndexOf(byte[])</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#lastIndexOf-byte:A-int-">lastIndexOf(byte[], int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#md5--">md5()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the 128-bit MD5 hash of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#md5--">md5()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the 128-bit MD5 hash of this byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#md5-okio.Sink-">md5(Sink)</a></span> - Static method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>
<div class="block">Returns a sink that uses the obsolete MD5 hash algorithm to produce 128-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSource.html#md5-okio.Source-">md5(Source)</a></span> - Static method in class okio.<a href="okio/HashingSource.html" title="class in okio">HashingSource</a></dt>
<dd>
<div class="block">Returns a sink that uses the obsolete MD5 hash algorithm to produce 128-bit hashes.</div>
</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/AsyncTimeout.html#newTimeoutException-java.io.IOException-">newTimeoutException(IOException)</a></span> - Method in class okio.<a href="okio/AsyncTimeout.html" title="class in okio">AsyncTimeout</a></dt>
<dd>
<div class="block">Returns an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> to represent a timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#next--">next()</a></span> - Method in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>
<div class="block">Seeks to the next range of bytes, advancing the offset by <code>end - start</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#NONE">NONE</a></span> - Static variable in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">An empty timeout that neither tracks nor detects timeouts.</div>
</dd>
</dl>
<a name="I:O">
<!--   -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#of-byte...-">of(byte...)</a></span> - Static method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a new byte string containing a clone of the bytes of <code>data</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#of-byte:A-int-int-">of(byte[], int, int)</a></span> - Static method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a new byte string containing a copy of <code>byteCount</code> bytes of <code>data</code> starting
 at <code>offset</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#of-java.nio.ByteBuffer-">of(ByteBuffer)</a></span> - Static method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Options.html#of-okio.ByteString...-">of(ByteString...)</a></span> - Static method in class okio.<a href="okio/Options.html" title="class in okio">Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#offset">offset</a></span> - Variable in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>&nbsp;</dd>
<dt><a href="okio/package-summary.html">okio</a> - package okio</dt>
<dd>
<div class="block">Okio complements <a href="https://docs.oracle.com/javase/7/docs/api/java/io/package-summary.html?is-external=true"><code>java.io</code></a> and <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/package-summary.html?is-external=true"><code>java.nio</code></a> to make it much easier to access, store,
 and process your data.</div>
</dd>
<dt><a href="okio/Okio.html" title="class in okio"><span class="typeNameLink">Okio</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">Essential APIs for working with Okio.</div>
</dd>
<dt><a href="okio/Options.html" title="class in okio"><span class="typeNameLink">Options</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">An indexed set of values that may be read with <a href="okio/BufferedSource.html#select-okio.Options-"><code>BufferedSource.select(okio.Options)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#outputStream--">outputStream()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#outputStream--">outputStream()</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Returns an output stream that writes to this sink.</div>
</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="okio/Pipe.html" title="class in okio"><span class="typeNameLink">Pipe</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A source and a sink that are attached.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Pipe.html#Pipe-long-">Pipe(long)</a></span> - Constructor for class okio.<a href="okio/Pipe.html" title="class in okio">Pipe</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#rangeEquals-long-okio.ByteString-">rangeEquals(long, ByteString)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#rangeEquals-long-okio.ByteString-int-int-">rangeEquals(long, ByteString, int, int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#rangeEquals-long-okio.ByteString-">rangeEquals(long, ByteString)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns true if the bytes at <code>offset</code> in this source equal <code>bytes</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#rangeEquals-long-okio.ByteString-int-int-">rangeEquals(long, ByteString, int, int)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns true if <code>byteCount</code> bytes at <code>offset</code> in this source equal <code>bytes</code>
 at <code>bytesOffset</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#rangeEquals-int-okio.ByteString-int-int-">rangeEquals(int, ByteString, int, int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns true if the bytes of this in <code>[offset..offset+byteCount)</code> equal the bytes of
 <code>other</code> in <code>[otherOffset..otherOffset+byteCount)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#rangeEquals-int-byte:A-int-int-">rangeEquals(int, byte[], int, int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns true if the bytes of this in <code>[offset..offset+byteCount)</code> equal the bytes of
 <code>other</code> in <code>[otherOffset..otherOffset+byteCount)</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#read-byte:A-">read(byte[])</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#read-java.nio.ByteBuffer-">read(ByteBuffer)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#read-okio.Buffer-long-">read(Buffer, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#read-byte:A-">read(byte[])</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes up to <code>sink.length</code> bytes from this and copies them into <code>sink</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes up to <code>byteCount</code> bytes from this and copies them into <code>sink</code> at <code>offset</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#read-java.io.InputStream-int-">read(InputStream, int)</a></span> - Static method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Reads <code>count</code> bytes from <code>in</code> and returns the result.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSource.html#read-okio.Buffer-long-">read(Buffer, long)</a></span> - Method in class okio.<a href="okio/ForwardingSource.html" title="class in okio">ForwardingSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSource.html#read-okio.Buffer-long-">read(Buffer, long)</a></span> - Method in class okio.<a href="okio/GzipSource.html" title="class in okio">GzipSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSource.html#read-okio.Buffer-long-">read(Buffer, long)</a></span> - Method in class okio.<a href="okio/HashingSource.html" title="class in okio">HashingSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/InflaterSource.html#read-okio.Buffer-long-">read(Buffer, long)</a></span> - Method in class okio.<a href="okio/InflaterSource.html" title="class in okio">InflaterSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Source.html#read-okio.Buffer-long-">read(Buffer, long)</a></span> - Method in interface okio.<a href="okio/Source.html" title="interface in okio">Source</a></dt>
<dd>
<div class="block">Removes at least 1, and up to <code>byteCount</code> bytes from this and appends
 them to <code>sink</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readAll-okio.Sink-">readAll(Sink)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readAll-okio.Sink-">readAll(Sink)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes all bytes from this and appends them to <code>sink</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readAndWriteUnsafe--">readAndWriteUnsafe()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readAndWriteUnsafe-okio.Buffer.UnsafeCursor-">readAndWriteUnsafe(Buffer.UnsafeCursor)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readByte--">readByte()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readByte--">readByte()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes a byte from this source and returns it.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readByteArray--">readByteArray()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readByteArray-long-">readByteArray(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readByteArray--">readByteArray()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes all bytes from this and returns them as a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readByteArray-long-">readByteArray(long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes <code>byteCount</code> bytes from this and returns them as a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readByteString--">readByteString()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readByteString-long-">readByteString(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readByteString--">readByteString()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes all bytes bytes from this and returns them as a byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readByteString-long-">readByteString(long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes <code>byteCount</code> bytes from this and returns them as a byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readDecimalLong--">readDecimalLong()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readDecimalLong--">readDecimalLong()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Reads a long from this source in signed decimal form (i.e., as a string in base 10 with
 optional leading '-').</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readFrom-java.io.InputStream-">readFrom(InputStream)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Read and exhaust bytes from <code>in</code> to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readFrom-java.io.InputStream-long-">readFrom(InputStream, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Read <code>byteCount</code> bytes from <code>in</code> to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readFully-okio.Buffer-long-">readFully(Buffer, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readFully-byte:A-">readFully(byte[])</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readFully-byte:A-">readFully(byte[])</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes exactly <code>sink.length</code> bytes from this and copies them into <code>sink</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readFully-okio.Buffer-long-">readFully(Buffer, long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes exactly <code>byteCount</code> bytes from this and appends them to <code>sink</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readHexadecimalUnsignedLong--">readHexadecimalUnsignedLong()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readHexadecimalUnsignedLong--">readHexadecimalUnsignedLong()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Reads a long form this source in hexadecimal form (i.e., as a string in base 16).</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readInt--">readInt()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readInt--">readInt()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes four bytes from this source and returns a big-endian int.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readIntLe--">readIntLe()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readIntLe--">readIntLe()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes four bytes from this source and returns a little-endian int.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readLong--">readLong()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readLong--">readLong()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes eight bytes from this source and returns a big-endian long.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readLongLe--">readLongLe()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readLongLe--">readLongLe()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes eight bytes from this source and returns a little-endian long.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readShort--">readShort()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readShort--">readShort()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes two bytes from this source and returns a big-endian short.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readShortLe--">readShortLe()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readShortLe--">readShortLe()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes two bytes from this source and returns a little-endian short.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readString-java.nio.charset.Charset-">readString(Charset)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readString-long-java.nio.charset.Charset-">readString(long, Charset)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readString-java.nio.charset.Charset-">readString(Charset)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes all bytes from this, decodes them as <code>charset</code>, and returns the string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readString-long-java.nio.charset.Charset-">readString(long, Charset)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes <code>byteCount</code> bytes from this, decodes them as <code>charset</code>, and returns the
 string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readUnsafe--">readUnsafe()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readUnsafe-okio.Buffer.UnsafeCursor-">readUnsafe(Buffer.UnsafeCursor)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readUtf8--">readUtf8()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readUtf8-long-">readUtf8(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readUtf8--">readUtf8()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes all bytes from this, decodes them as UTF-8, and returns the string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readUtf8-long-">readUtf8(long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes <code>byteCount</code> bytes from this, decodes them as UTF-8, and returns the string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readUtf8CodePoint--">readUtf8CodePoint()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readUtf8CodePoint--">readUtf8CodePoint()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes and returns a single UTF-8 code point, reading between 1 and 4 bytes as necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readUtf8Line--">readUtf8Line()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readUtf8Line--">readUtf8Line()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes and returns characters up to but not including the next line break.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readUtf8LineStrict--">readUtf8LineStrict()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#readUtf8LineStrict-long-">readUtf8LineStrict(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readUtf8LineStrict--">readUtf8LineStrict()</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Removes and returns characters up to but not including the next line break.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#readUtf8LineStrict-long-">readUtf8LineStrict(long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Like <a href="okio/BufferedSource.html#readUtf8LineStrict--"><code>BufferedSource.readUtf8LineStrict()</code></a>, except this allows the caller to specify the longest
 allowed match.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#readWrite">readWrite</a></span> - Variable in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/InflaterSource.html#refill--">refill()</a></span> - Method in class okio.<a href="okio/InflaterSource.html" title="class in okio">InflaterSource</a></dt>
<dd>
<div class="block">Refills the inflater with compressed data if it needs input.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#request-long-">request(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#request-long-">request(long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns true when the buffer contains at least <code>byteCount</code> bytes, expanding it as
 necessary.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#require-long-">require(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#require-long-">require(long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Returns when the buffer contains at least <code>byteCount</code> bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#resizeBuffer-long-">resizeBuffer(long)</a></span> - Method in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>
<div class="block">Change the size of the buffer so that it equals <code>newSize</code> by either adding new
 capacity at the end or truncating the buffer at the end.</div>
</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#seek-long-">seek(long)</a></span> - Method in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>
<div class="block">Reposition the cursor so that the data at <code>offset</code> is readable at <code>data[start]</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#select-okio.Options-">select(Options)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#select-okio.Options-">select(Options)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Finds the first string in <code>options</code> that is a prefix of this buffer, consumes it from
 this buffer, and returns its index.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#setDelegate-okio.Timeout-">setDelegate(Timeout)</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#sha1--">sha1()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the 160-bit SHA-1 hash of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#sha1--">sha1()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the 160-bit SHA-1 hash of this byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#sha1-okio.Sink-">sha1(Sink)</a></span> - Static method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>
<div class="block">Returns a sink that uses the obsolete SHA-1 hash algorithm to produce 160-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSource.html#sha1-okio.Source-">sha1(Source)</a></span> - Static method in class okio.<a href="okio/HashingSource.html" title="class in okio">HashingSource</a></dt>
<dd>
<div class="block">Returns a sink that uses the obsolete SHA-1 hash algorithm to produce 160-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#sha256--">sha256()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the 256-bit SHA-256 hash of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#sha256--">sha256()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the 256-bit SHA-256 hash of this byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#sha256-okio.Sink-">sha256(Sink)</a></span> - Static method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>
<div class="block">Returns a sink that uses the SHA-256 hash algorithm to produce 256-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSource.html#sha256-okio.Source-">sha256(Source)</a></span> - Static method in class okio.<a href="okio/HashingSource.html" title="class in okio">HashingSource</a></dt>
<dd>
<div class="block">Returns a sink that uses the SHA-256 hash algorithm to produce 256-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#sha512--">sha512()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the 512-bit SHA-512 hash of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#sha512--">sha512()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the 512-bit SHA-512 hash of this byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#sha512-okio.Sink-">sha512(Sink)</a></span> - Static method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>
<div class="block">Returns a sink that uses the SHA-512 hash algorithm to produce 512-bit hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/AsyncTimeout.html#sink-okio.Sink-">sink(Sink)</a></span> - Method in class okio.<a href="okio/AsyncTimeout.html" title="class in okio">AsyncTimeout</a></dt>
<dd>
<div class="block">Returns a new sink that delegates to <code>sink</code>, using this to implement timeouts.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#sink-java.io.OutputStream-">sink(OutputStream)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a sink that writes to <code>out</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#sink-java.net.Socket-">sink(Socket)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a sink that writes to <code>socket</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#sink-java.io.File-">sink(File)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a sink that writes to <code>file</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#sink-java.nio.file.Path-java.nio.file.OpenOption...-">sink(Path, OpenOption...)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a sink that writes to <code>path</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Pipe.html#sink--">sink()</a></span> - Method in class okio.<a href="okio/Pipe.html" title="class in okio">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><a href="okio/Sink.html" title="interface in okio"><span class="typeNameLink">Sink</span></a> - Interface in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">Receives a stream of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#size--">size()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns the number of bytes currently in this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#size--">size()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns the number of bytes in this ByteString.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Options.html#size--">size()</a></span> - Method in class okio.<a href="okio/Options.html" title="class in okio">Options</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Utf8.html#size-java.lang.String-">size(String)</a></span> - Static method in class okio.<a href="okio/Utf8.html" title="class in okio">Utf8</a></dt>
<dd>
<div class="block">Returns the number of bytes used to encode <code>string</code> as UTF-8 when using <a href="okio/ByteString.html#encodeUtf8-java.lang.String-"><code>ByteString.encodeUtf8(java.lang.String)</code></a> or <a href="okio/Buffer.html#writeUtf8-java.lang.String-"><code>Buffer.writeUtf8(String)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Utf8.html#size-java.lang.String-int-int-">size(String, int, int)</a></span> - Static method in class okio.<a href="okio/Utf8.html" title="class in okio">Utf8</a></dt>
<dd>
<div class="block">Returns the number of bytes used to encode the slice of <code>string</code> as UTF-8 when using
 <a href="okio/BufferedSink.html#writeUtf8-java.lang.String-int-int-"><code>BufferedSink.writeUtf8(String, int, int)</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#skip-long-">skip(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Discards <code>byteCount</code> bytes from the head of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSource.html#skip-long-">skip(long)</a></span> - Method in interface okio.<a href="okio/BufferedSource.html" title="interface in okio">BufferedSource</a></dt>
<dd>
<div class="block">Reads and discards <code>byteCount</code> bytes from this source.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#snapshot--">snapshot()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns an immutable copy of this buffer as a byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#snapshot-int-">snapshot(int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns an immutable copy of the first <code>byteCount</code> bytes of this buffer as a byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/AsyncTimeout.html#source-okio.Source-">source(Source)</a></span> - Method in class okio.<a href="okio/AsyncTimeout.html" title="class in okio">AsyncTimeout</a></dt>
<dd>
<div class="block">Returns a new source that delegates to <code>source</code>, using this to implement timeouts.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#source-java.io.InputStream-">source(InputStream)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a source that reads from <code>in</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#source-java.io.File-">source(File)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a source that reads from <code>file</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#source-java.nio.file.Path-java.nio.file.OpenOption...-">source(Path, OpenOption...)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a source that reads from <code>path</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Okio.html#source-java.net.Socket-">source(Socket)</a></span> - Static method in class okio.<a href="okio/Okio.html" title="class in okio">Okio</a></dt>
<dd>
<div class="block">Returns a source that reads from <code>socket</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Pipe.html#source--">source()</a></span> - Method in class okio.<a href="okio/Pipe.html" title="class in okio">Pipe</a></dt>
<dd>&nbsp;</dd>
<dt><a href="okio/Source.html" title="interface in okio"><span class="typeNameLink">Source</span></a> - Interface in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">Supplies a stream of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#start">start</a></span> - Variable in class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#startsWith-okio.ByteString-">startsWith(ByteString)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#startsWith-byte:A-">startsWith(byte[])</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#string-java.nio.charset.Charset-">string(Charset)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Constructs a new <code>String</code> by decoding the bytes using <code>charset</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#substring-int-">substring(int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a byte string that is a substring of this byte string, beginning at the specified
 index until the end of this string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#substring-int-int-">substring(int, int)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a byte string that is a substring of this byte string, beginning at the specified
 <code>beginIndex</code> and ends at the specified <code>endIndex</code>.</div>
</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#throwIfReached--">throwIfReached()</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#throwIfReached--">throwIfReached()</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Throws an <a href="https://docs.oracle.com/javase/7/docs/api/java/io/InterruptedIOException.html?is-external=true" title="class or interface in java.io"><code>InterruptedIOException</code></a> if the deadline has been reached or if the current
 thread has been interrupted.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/AsyncTimeout.html#timedOut--">timedOut()</a></span> - Method in class okio.<a href="okio/AsyncTimeout.html" title="class in okio">AsyncTimeout</a></dt>
<dd>
<div class="block">Invoked by the watchdog thread when the time between calls to <a href="okio/AsyncTimeout.html#enter--"><code>AsyncTimeout.enter()</code></a> and <a href="okio/AsyncTimeout.html#exit--"><code>AsyncTimeout.exit()</code></a> has exceeded the timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#timeout--">timeout()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/DeflaterSink.html#timeout--">timeout()</a></span> - Method in class okio.<a href="okio/DeflaterSink.html" title="class in okio">DeflaterSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSink.html#timeout--">timeout()</a></span> - Method in class okio.<a href="okio/ForwardingSink.html" title="class in okio">ForwardingSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSource.html#timeout--">timeout()</a></span> - Method in class okio.<a href="okio/ForwardingSource.html" title="class in okio">ForwardingSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#timeout-long-java.util.concurrent.TimeUnit-">timeout(long, TimeUnit)</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSink.html#timeout--">timeout()</a></span> - Method in class okio.<a href="okio/GzipSink.html" title="class in okio">GzipSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSource.html#timeout--">timeout()</a></span> - Method in class okio.<a href="okio/GzipSource.html" title="class in okio">GzipSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/InflaterSource.html#timeout--">timeout()</a></span> - Method in class okio.<a href="okio/InflaterSource.html" title="class in okio">InflaterSource</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Sink.html#timeout--">timeout()</a></span> - Method in interface okio.<a href="okio/Sink.html" title="interface in okio">Sink</a></dt>
<dd>
<div class="block">Returns the timeout for this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Source.html#timeout--">timeout()</a></span> - Method in interface okio.<a href="okio/Source.html" title="interface in okio">Source</a></dt>
<dd>
<div class="block">Returns the timeout for this source.</div>
</dd>
<dt><a href="okio/Timeout.html" title="class in okio"><span class="typeNameLink">Timeout</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">A policy on how much time to spend on a task before giving up.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#Timeout--">Timeout()</a></span> - Constructor for class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#timeout-long-java.util.concurrent.TimeUnit-">timeout(long, TimeUnit)</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Wait at most <code>timeout</code> time before aborting an operation.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingTimeout.html#timeoutNanos--">timeoutNanos()</a></span> - Method in class okio.<a href="okio/ForwardingTimeout.html" title="class in okio">ForwardingTimeout</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#timeoutNanos--">timeoutNanos()</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Returns the timeout in nanoseconds, or <code>0</code> for no timeout.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#toAsciiLowercase--">toAsciiLowercase()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a byte string equal to this byte string, but with the bytes 'A'
 through 'Z' replaced with the corresponding byte in 'a' through 'z'.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#toAsciiUppercase--">toAsciiUppercase()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a byte string equal to this byte string, but with the bytes 'a'
 through 'z' replaced with the corresponding byte in 'A' through 'Z'.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#toByteArray--">toByteArray()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a byte array containing a copy of the bytes in this <code>ByteString</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#toString--">toString()</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Returns a human-readable string that describes the contents of this buffer.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#toString--">toString()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Returns a human-readable string that describes the contents of this byte string.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/DeflaterSink.html#toString--">toString()</a></span> - Method in class okio.<a href="okio/DeflaterSink.html" title="class in okio">DeflaterSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSink.html#toString--">toString()</a></span> - Method in class okio.<a href="okio/ForwardingSink.html" title="class in okio">ForwardingSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSource.html#toString--">toString()</a></span> - Method in class okio.<a href="okio/ForwardingSource.html" title="class in okio">ForwardingSource</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Buffer.UnsafeCursor.html#UnsafeCursor--">UnsafeCursor()</a></span> - Constructor for class okio.<a href="okio/Buffer.UnsafeCursor.html" title="class in okio">Buffer.UnsafeCursor</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#utf8--">utf8()</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Constructs a new <code>String</code> by decoding the bytes as <code>UTF-8</code>.</div>
</dd>
<dt><a href="okio/Utf8.html" title="class in okio"><span class="typeNameLink">Utf8</span></a> - Class in <a href="okio/package-summary.html">okio</a></dt>
<dd>
<div class="block">Okio assumes most applications use UTF-8 exclusively, and offers optimized implementations of
 common operations on UTF-8 strings.</div>
</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="okio/Timeout.html#waitUntilNotified-java.lang.Object-">waitUntilNotified(Object)</a></span> - Method in class okio.<a href="okio/Timeout.html" title="class in okio">Timeout</a></dt>
<dd>
<div class="block">Waits on <code>monitor</code> until it is notified.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#write-okio.ByteString-">write(ByteString)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#write-byte:A-">write(byte[])</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#write-java.nio.ByteBuffer-">write(ByteBuffer)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#write-okio.Source-long-">write(Source, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#write-okio.Buffer-long-">write(Buffer, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#write-okio.ByteString-">write(ByteString)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#write-byte:A-">write(byte[])</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Like <a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#write-byte:A-" title="class or interface in java.io"><code>OutputStream.write(byte[])</code></a>, this writes a complete byte array to
 this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Like <a href="https://docs.oracle.com/javase/7/docs/api/java/io/OutputStream.html?is-external=true#write-byte:A-int-int-" title="class or interface in java.io"><code>OutputStream.write(byte[], int, int)</code></a>, this writes <code>byteCount</code>
 bytes of <code>source</code>, starting at <code>offset</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#write-okio.Source-long-">write(Source, long)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Removes <code>byteCount</code> bytes from <code>source</code> and appends them to this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/ByteString.html#write-java.io.OutputStream-">write(OutputStream)</a></span> - Method in class okio.<a href="okio/ByteString.html" title="class in okio">ByteString</a></dt>
<dd>
<div class="block">Writes the contents of this byte string to <code>out</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/DeflaterSink.html#write-okio.Buffer-long-">write(Buffer, long)</a></span> - Method in class okio.<a href="okio/DeflaterSink.html" title="class in okio">DeflaterSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/ForwardingSink.html#write-okio.Buffer-long-">write(Buffer, long)</a></span> - Method in class okio.<a href="okio/ForwardingSink.html" title="class in okio">ForwardingSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/GzipSink.html#write-okio.Buffer-long-">write(Buffer, long)</a></span> - Method in class okio.<a href="okio/GzipSink.html" title="class in okio">GzipSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/HashingSink.html#write-okio.Buffer-long-">write(Buffer, long)</a></span> - Method in class okio.<a href="okio/HashingSink.html" title="class in okio">HashingSink</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Sink.html#write-okio.Buffer-long-">write(Buffer, long)</a></span> - Method in interface okio.<a href="okio/Sink.html" title="interface in okio">Sink</a></dt>
<dd>
<div class="block">Removes <code>byteCount</code> bytes from <code>source</code> and appends them to this.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeAll-okio.Source-">writeAll(Source)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeAll-okio.Source-">writeAll(Source)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Removes all bytes from <code>source</code> and appends them to this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeByte-int-">writeByte(int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeByte-int-">writeByte(int)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a byte to this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeDecimalLong-long-">writeDecimalLong(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeDecimalLong-long-">writeDecimalLong(long)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a long to this sink in signed decimal form (i.e., as a string in base 10).</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeHexadecimalUnsignedLong-long-">writeHexadecimalUnsignedLong(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeHexadecimalUnsignedLong-long-">writeHexadecimalUnsignedLong(long)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a long to this sink in hexadecimal form (i.e., as a string in base 16).</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeInt-int-">writeInt(int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeInt-int-">writeInt(int)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a big-endian int to this sink using four bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeIntLe-int-">writeIntLe(int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeIntLe-int-">writeIntLe(int)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a little-endian int to this sink using four bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeLong-long-">writeLong(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeLong-long-">writeLong(long)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a big-endian long to this sink using eight bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeLongLe-long-">writeLongLe(long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeLongLe-long-">writeLongLe(long)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a little-endian long to this sink using eight bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeShort-int-">writeShort(int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeShort-int-">writeShort(int)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a big-endian short to this sink using two bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeShortLe-int-">writeShortLe(int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeShortLe-int-">writeShortLe(int)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Writes a little-endian short to this sink using two bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeString-java.lang.String-java.nio.charset.Charset-">writeString(String, Charset)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeString-java.lang.String-int-int-java.nio.charset.Charset-">writeString(String, int, int, Charset)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeString-java.lang.String-java.nio.charset.Charset-">writeString(String, Charset)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Encodes <code>string</code> in <code>charset</code> and writes it to this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeString-java.lang.String-int-int-java.nio.charset.Charset-">writeString(String, int, int, Charset)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Encodes the characters at <code>beginIndex</code> up to <code>endIndex</code> from <code>string</code> in
 <code>charset</code> and writes it to this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeTo-java.io.OutputStream-">writeTo(OutputStream)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Write the contents of this to <code>out</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeTo-java.io.OutputStream-long-">writeTo(OutputStream, long)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>
<div class="block">Write <code>byteCount</code> bytes from this to <code>out</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeUtf8-java.lang.String-">writeUtf8(String)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeUtf8-java.lang.String-int-int-">writeUtf8(String, int, int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeUtf8-java.lang.String-">writeUtf8(String)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Encodes <code>string</code> in UTF-8 and writes it to this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeUtf8-java.lang.String-int-int-">writeUtf8(String, int, int)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Encodes the characters at <code>beginIndex</code> up to <code>endIndex</code> from <code>string</code> in
 UTF-8 and writes it to this sink.</div>
</dd>
<dt><span class="memberNameLink"><a href="okio/Buffer.html#writeUtf8CodePoint-int-">writeUtf8CodePoint(int)</a></span> - Method in class okio.<a href="okio/Buffer.html" title="class in okio">Buffer</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="okio/BufferedSink.html#writeUtf8CodePoint-int-">writeUtf8CodePoint(int)</a></span> - Method in interface okio.<a href="okio/BufferedSink.html" title="interface in okio">BufferedSink</a></dt>
<dd>
<div class="block">Encodes <code>codePoint</code> in UTF-8 and writes it to this sink.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="okio/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="okio/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2018. All rights reserved.</small></p>
</body>
</html>