This file is indexed.

/usr/share/doc/libcommons-codec-java/api/index-all.html is in libcommons-codec-java-doc 1.5-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
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Sat Apr 30 16:47:24 UTC 2011 -->
<TITLE>
Index (Encode/Decode Utilities (Version 1.5-SNAPSHOT))
</TITLE>

<META NAME="date" CONTENT="2011-04-30">

<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="Index (Encode/Decode Utilities (Version 1.5-SNAPSHOT))";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/language/AbstractCaverphone.html" title="class in org.apache.commons.codec.language"><B>AbstractCaverphone</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Encodes a string into a Caverphone value.<DT><A HREF="./org/apache/commons/codec/language/AbstractCaverphone.html#AbstractCaverphone()"><B>AbstractCaverphone()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/AbstractCaverphone.html" title="class in org.apache.commons.codec.language">AbstractCaverphone</A>
<DD>Creates an instance of the Caverphone encoder
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html#addLeft(char)"><B>addLeft(char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneInputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneOutputBuffer.html#addRight(char)"><B>addRight(char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneOutputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneOutputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#alternate"><B>alternate</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#append(char)"><B>append(char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#append(char, char)"><B>append(char, char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#append(java.lang.String)"><B>append(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#append(java.lang.String, java.lang.String)"><B>append(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#appendAlternate(char)"><B>appendAlternate(char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#appendAlternate(java.lang.String)"><B>appendAlternate(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#appendPrimary(char)"><B>appendPrimary(char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#appendPrimary(java.lang.String)"><B>appendPrimary(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html#arrayContains(char[], char)"><B>arrayContains(char[], char)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language">ColognePhonetic</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#available()"><B>available()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Returns the amount of buffered data available for reading.
</DL>
<HR>
<A NAME="_B_"><!-- --></A><H2>
<B>B</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary"><B>Base32</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Provides Base32 encoding and decoding as defined by <a href="http://www.ietf.org/rfc/rfc4648.txt">RFC 4648</a>.<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#Base32()"><B>Base32()</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Creates a Base32 codec used for decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#Base32(boolean)"><B>Base32(boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Creates a Base32 codec used for decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#Base32(int)"><B>Base32(int)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Creates a Base32 codec used for decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#Base32(int, byte[])"><B>Base32(int, byte[])</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Creates a Base32 codec used for decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#Base32(int, byte[], boolean)"><B>Base32(int, byte[], boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Creates a Base32 / Base32 Hex codec used for decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/binary/Base32InputStream.html" title="class in org.apache.commons.codec.binary"><B>Base32InputStream</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Provides Base32 encoding and decoding in a streaming fashion (unlimited size).<DT><A HREF="./org/apache/commons/codec/binary/Base32InputStream.html#Base32InputStream(java.io.InputStream)"><B>Base32InputStream(InputStream)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32InputStream.html" title="class in org.apache.commons.codec.binary">Base32InputStream</A>
<DD>Creates a Base32InputStream such that all data read is Base32-decoded from the original provided InputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base32InputStream.html#Base32InputStream(java.io.InputStream, boolean)"><B>Base32InputStream(InputStream, boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32InputStream.html" title="class in org.apache.commons.codec.binary">Base32InputStream</A>
<DD>Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original
 provided InputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base32InputStream.html#Base32InputStream(java.io.InputStream, boolean, int, byte[])"><B>Base32InputStream(InputStream, boolean, int, byte[])</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32InputStream.html" title="class in org.apache.commons.codec.binary">Base32InputStream</A>
<DD>Creates a Base32InputStream such that all data read is either Base32-encoded or Base32-decoded from the original
 provided InputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base32OutputStream.html" title="class in org.apache.commons.codec.binary"><B>Base32OutputStream</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Provides Base32 encoding and decoding in a streaming fashion (unlimited size).<DT><A HREF="./org/apache/commons/codec/binary/Base32OutputStream.html#Base32OutputStream(java.io.OutputStream)"><B>Base32OutputStream(OutputStream)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32OutputStream.html" title="class in org.apache.commons.codec.binary">Base32OutputStream</A>
<DD>Creates a Base32OutputStream such that all data written is Base32-encoded to the original provided OutputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base32OutputStream.html#Base32OutputStream(java.io.OutputStream, boolean)"><B>Base32OutputStream(OutputStream, boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32OutputStream.html" title="class in org.apache.commons.codec.binary">Base32OutputStream</A>
<DD>Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the
 original provided OutputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base32OutputStream.html#Base32OutputStream(java.io.OutputStream, boolean, int, byte[])"><B>Base32OutputStream(OutputStream, boolean, int, byte[])</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32OutputStream.html" title="class in org.apache.commons.codec.binary">Base32OutputStream</A>
<DD>Creates a Base32OutputStream such that all data written is either Base32-encoded or Base32-decoded to the
 original provided OutputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary"><B>Base64</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Provides Base64 encoding and decoding as defined by <a href="http://www.ietf.org/rfc/rfc2045.txt">RFC 2045</a>.<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#Base64()"><B>Base64()</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#Base64(boolean)"><B>Base64(boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#Base64(int)"><B>Base64(int)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#Base64(int, byte[])"><B>Base64(int, byte[])</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#Base64(int, byte[], boolean)"><B>Base64(int, byte[], boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
<DT><A HREF="./org/apache/commons/codec/binary/Base64InputStream.html" title="class in org.apache.commons.codec.binary"><B>Base64InputStream</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Provides Base64 encoding and decoding in a streaming fashion (unlimited size).<DT><A HREF="./org/apache/commons/codec/binary/Base64InputStream.html#Base64InputStream(java.io.InputStream)"><B>Base64InputStream(InputStream)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64InputStream.html" title="class in org.apache.commons.codec.binary">Base64InputStream</A>
<DD>Creates a Base64InputStream such that all data read is Base64-decoded from the original provided InputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base64InputStream.html#Base64InputStream(java.io.InputStream, boolean)"><B>Base64InputStream(InputStream, boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64InputStream.html" title="class in org.apache.commons.codec.binary">Base64InputStream</A>
<DD>Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original
 provided InputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base64InputStream.html#Base64InputStream(java.io.InputStream, boolean, int, byte[])"><B>Base64InputStream(InputStream, boolean, int, byte[])</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64InputStream.html" title="class in org.apache.commons.codec.binary">Base64InputStream</A>
<DD>Creates a Base64InputStream such that all data read is either Base64-encoded or Base64-decoded from the original
 provided InputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base64OutputStream.html" title="class in org.apache.commons.codec.binary"><B>Base64OutputStream</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Provides Base64 encoding and decoding in a streaming fashion (unlimited size).<DT><A HREF="./org/apache/commons/codec/binary/Base64OutputStream.html#Base64OutputStream(java.io.OutputStream)"><B>Base64OutputStream(OutputStream)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64OutputStream.html" title="class in org.apache.commons.codec.binary">Base64OutputStream</A>
<DD>Creates a Base64OutputStream such that all data written is Base64-encoded to the original provided OutputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base64OutputStream.html#Base64OutputStream(java.io.OutputStream, boolean)"><B>Base64OutputStream(OutputStream, boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64OutputStream.html" title="class in org.apache.commons.codec.binary">Base64OutputStream</A>
<DD>Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the
 original provided OutputStream.
<DT><A HREF="./org/apache/commons/codec/binary/Base64OutputStream.html#Base64OutputStream(java.io.OutputStream, boolean, int, byte[])"><B>Base64OutputStream(OutputStream, boolean, int, byte[])</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64OutputStream.html" title="class in org.apache.commons.codec.binary">Base64OutputStream</A>
<DD>Creates a Base64OutputStream such that all data written is either Base64-encoded or Base64-decoded to the
 original provided OutputStream.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary"><B>BaseNCodec</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Abstract superclass for Base-N encoders and decoders.<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#BaseNCodec(int, int, int, int)"><B>BaseNCodec(int, int, int, int)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Note <code>lineLength</code> is rounded down to the nearest multiple of <A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#encodedBlockSize"><CODE>BaseNCodec.encodedBlockSize</CODE></A>
 If <code>chunkSeparatorLength</code> is zero, then chunking is disabled.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html#baseNCodec"><B>baseNCodec</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#baseNCodec"><B>baseNCodec</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html" title="class in org.apache.commons.codec.binary"><B>BaseNCodecInputStream</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Abstract superclass for Base-N input streams.<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html#BaseNCodecInputStream(java.io.InputStream, org.apache.commons.codec.binary.BaseNCodec, boolean)"><B>BaseNCodecInputStream(InputStream, BaseNCodec, boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary"><B>BaseNCodecOutputStream</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Abstract superclass for Base-N output streams.<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#BaseNCodecOutputStream(java.io.OutputStream, org.apache.commons.codec.binary.BaseNCodec, boolean)"><B>BaseNCodecOutputStream(OutputStream, BaseNCodec, boolean)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net"><B>BCodec</B></A> - Class in <A HREF="./org/apache/commons/codec/net/package-summary.html">org.apache.commons.codec.net</A><DD>
 Identical to the Base64 encoding defined by <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC
 1521</a> and allows a character set to be specified.<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#BCodec()"><B>BCodec()</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Default constructor.
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#BCodec(java.lang.String)"><B>BCodec(String)</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Constructor which allows for the selection of a default charset
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary"><B>BinaryCodec</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Converts between byte arrays and strings of "0"s and "1"s.<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BinaryCodec()"><B>BinaryCodec()</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/BinaryDecoder.html" title="interface in org.apache.commons.codec"><B>BinaryDecoder</B></A> - Interface in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Defines common decoding methods for byte array decoders.<DT><A HREF="./org/apache/commons/codec/BinaryEncoder.html" title="interface in org.apache.commons.codec"><B>BinaryEncoder</B></A> - Interface in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Defines common encoding methods for byte array encoders.<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BIT_0"><B>BIT_0</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Mask for bit 0 of a byte.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BIT_1"><B>BIT_1</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Mask for bit 1 of a byte.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BIT_2"><B>BIT_2</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Mask for bit 2 of a byte.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BIT_3"><B>BIT_3</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Mask for bit 3 of a byte.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BIT_4"><B>BIT_4</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Mask for bit 4 of a byte.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BIT_5"><B>BIT_5</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Mask for bit 5 of a byte.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BIT_6"><B>BIT_6</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Mask for bit 6 of a byte.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BIT_7"><B>BIT_7</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Mask for bit 7 of a byte.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#BITS"><B>BITS</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#BITS_PER_ENCODED_BYTE"><B>BITS_PER_ENCODED_BYTE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>BASE32 characters are 5 bits in length.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#BITS_PER_ENCODED_BYTE"><B>BITS_PER_ENCODED_BYTE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>BASE32 characters are 6 bits in length.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#bitWorkArea"><B>bitWorkArea</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Place holder for the bytes we're dealing with for our based logic.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#bitWorkArea"><B>bitWorkArea</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Place holder for the bytes we're dealing with for our based logic.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#BLANK"><B>BLANK</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#buffer"><B>buffer</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Buffer for streaming.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#BYTES_PER_ENCODED_BLOCK"><B>BYTES_PER_ENCODED_BLOCK</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#BYTES_PER_ENCODED_BLOCK"><B>BYTES_PER_ENCODED_BLOCK</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#BYTES_PER_UNENCODED_BLOCK"><B>BYTES_PER_UNENCODED_BLOCK</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#BYTES_PER_UNENCODED_BLOCK"><B>BYTES_PER_UNENCODED_BLOCK</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/language/Caverphone.html" title="class in org.apache.commons.codec.language"><B>Caverphone</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD><B>Deprecated.</B>&nbsp;<I>1.5 Replaced by <A HREF="./org/apache/commons/codec/language/Caverphone2.html" title="class in org.apache.commons.codec.language"><CODE>Caverphone2</CODE></A>, will be removed in 2.0.</I><DT><A HREF="./org/apache/commons/codec/language/Caverphone.html#Caverphone()"><B>Caverphone()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone.html" title="class in org.apache.commons.codec.language">Caverphone</A>
<DD><B>Deprecated.</B>&nbsp;Creates an instance of the Caverphone encoder
<DT><A HREF="./org/apache/commons/codec/language/Caverphone.html#caverphone(java.lang.String)"><B>caverphone(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone.html" title="class in org.apache.commons.codec.language">Caverphone</A>
<DD><B>Deprecated.</B>&nbsp;Encodes the given String into a Caverphone value.
<DT><A HREF="./org/apache/commons/codec/language/Caverphone1.html" title="class in org.apache.commons.codec.language"><B>Caverphone1</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Encodes a string into a Caverphone 1.0 value.<DT><A HREF="./org/apache/commons/codec/language/Caverphone1.html#Caverphone1()"><B>Caverphone1()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone1.html" title="class in org.apache.commons.codec.language">Caverphone1</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/Caverphone2.html" title="class in org.apache.commons.codec.language"><B>Caverphone2</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Encodes a string into a Caverphone 2.0 value.<DT><A HREF="./org/apache/commons/codec/language/Caverphone2.html#Caverphone2()"><B>Caverphone2()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone2.html" title="class in org.apache.commons.codec.language">Caverphone2</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#charAt(java.lang.String, int)"><B>charAt(String, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Gets the character at index <code>index</code> if available, otherwise
 it returns <code>Character.MIN_VALUE</code> so that there is some sort
 of a default
<DT><A HREF="./org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec"><B>CharEncoding</B></A> - Class in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Character encoding names required of every implementation of the Java platform.<DT><A HREF="./org/apache/commons/codec/CharEncoding.html#CharEncoding()"><B>CharEncoding()</B></A> - 
Constructor for class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec">CharEncoding</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#charset"><B>charset</B></A> - 
Variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>The default charset used for string decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#charset"><B>charset</B></A> - 
Variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>The default charset used for string decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#charset"><B>charset</B></A> - 
Variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>The default charset used for string decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#charset"><B>charset</B></A> - 
Variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>The default charset used for string decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#charsetName"><B>charsetName</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#CHUNK_SEPARATOR"><B>CHUNK_SEPARATOR</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Chunk separator per RFC 2045 section 2.1.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#CHUNK_SEPARATOR"><B>CHUNK_SEPARATOR</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Chunk separator per RFC 2045 section 2.1.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#chunkSeparatorLength"><B>chunkSeparatorLength</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Size of chunk separator.
<DT><A HREF="./org/apache/commons/codec/language/SoundexUtils.html#clean(java.lang.String)"><B>clean(String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/SoundexUtils.html" title="class in org.apache.commons.codec.language">SoundexUtils</A>
<DD>Cleans up the input string before Soundex processing by only returning
 upper case letters.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#cleanInput(java.lang.String)"><B>cleanInput(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Cleans the input
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#close()"><B>close()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>Closes this output stream and releases any system resources associated with the stream.
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language"><B>ColognePhonetic</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>
 Encodes a string into a Cologne Phonetic value.<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html#ColognePhonetic()"><B>ColognePhonetic()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language">ColognePhonetic</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html#colognePhonetic(java.lang.String)"><B>colognePhonetic(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language">ColognePhonetic</A>
<DD>
 <b>colognePhonetic()</b> is the actual implementations of the <i>K??lner Phonetik</i> algorithm.
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html" title="class in org.apache.commons.codec.language"><B>ColognePhonetic.CologneBuffer</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html#ColognePhonetic.CologneBuffer(char[])"><B>ColognePhonetic.CologneBuffer(char[])</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html#ColognePhonetic.CologneBuffer(int)"><B>ColognePhonetic.CologneBuffer(int)</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html" title="class in org.apache.commons.codec.language"><B>ColognePhonetic.CologneInputBuffer</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html#ColognePhonetic.CologneInputBuffer(char[])"><B>ColognePhonetic.CologneInputBuffer(char[])</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneInputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneOutputBuffer.html" title="class in org.apache.commons.codec.language"><B>ColognePhonetic.CologneOutputBuffer</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>&nbsp;<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneOutputBuffer.html#ColognePhonetic.CologneOutputBuffer(int)"><B>ColognePhonetic.CologneOutputBuffer(int)</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneOutputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneOutputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/StringEncoderComparator.html#compare(java.lang.Object, java.lang.Object)"><B>compare(Object, Object)</B></A> - 
Method in class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/StringEncoderComparator.html" title="class in org.apache.commons.codec">StringEncoderComparator</A>
<DD>Compares two strings based not on the strings themselves, but on an encoding of the two strings using the
 StringEncoder this Comparator was created with.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#conditionC0(java.lang.String, int)"><B>conditionC0(String, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Complex condition 0 for 'C'
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#conditionCH0(java.lang.String, int)"><B>conditionCH0(String, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Complex condition 0 for 'CH'
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#conditionCH1(java.lang.String, int)"><B>conditionCH1(String, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Complex condition 1 for 'CH'
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#conditionL0(java.lang.String, int)"><B>conditionL0(String, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Complex condition 0 for 'L'
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#conditionM0(java.lang.String, int)"><B>conditionM0(String, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Complex condition 0 for 'M'
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#contains(java.lang.String, int, int, java.lang.String)"><B>contains(String, int, int, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Shortcut method with 1 criteria
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#contains(java.lang.String, int, int, java.lang.String, java.lang.String)"><B>contains(String, int, int, String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Shortcut method with 2 criteria
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#contains(java.lang.String, int, int, java.lang.String, java.lang.String, java.lang.String)"><B>contains(String, int, int, String, String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Shortcut method with 3 criteria
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#contains(java.lang.String, int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>contains(String, int, int, String, String, String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Shortcut method with 4 criteria
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#contains(java.lang.String, int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>contains(String, int, int, String, String, String, String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Shortcut method with 5 criteria
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#contains(java.lang.String, int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>contains(String, int, int, String, String, String, String, String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Shortcut method with 6 criteria
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#contains(java.lang.String, int, int, java.lang.String[])"><B>contains(String, int, int, String[])</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Determines whether <code>value</code> contains any of the criteria starting at index <code>start</code> and
 matching up to length <code>length</code>
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#containsAlphabetOrPad(byte[])"><B>containsAlphabetOrPad(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Tests a given byte array to see if it contains any characters within the alphabet or PAD.
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html#copyData(int, int)"><B>copyData(int, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html#copyData(int, int)"><B>copyData(int, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneInputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneOutputBuffer.html#copyData(int, int)"><B>copyData(int, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneOutputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneOutputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#currentLinePos"><B>currentLinePos</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Variable tracks how many characters have been written to the current line.
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html#data"><B>data</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#decode(byte[], int, int)"><B>decode(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>
 Decodes all of the provided data, starting at inPos, for inAvail bytes.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#decode(byte[], int, int)"><B>decode(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>
 Decodes all of the provided data, starting at inPos, for inAvail bytes.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Decodes an Object using the Base-N algorithm.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Decodes a String containing characters in the Base-N alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Decodes a byte[] containing characters in the Base-N alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#decode(byte[], int, int)"><B>decode(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Decodes a byte array where each byte represents an ASCII '0' or '1'.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Decodes a byte array where each byte represents an ASCII '0' or '1'.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those
 same values.
<DT><A HREF="./org/apache/commons/codec/BinaryDecoder.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="./org/apache/commons/codec/BinaryDecoder.html" title="interface in org.apache.commons.codec">BinaryDecoder</A>
<DD>Decodes a byte array and returns the results as a byte array.
<DT><A HREF="./org/apache/commons/codec/Decoder.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="./org/apache/commons/codec/Decoder.html" title="interface in org.apache.commons.codec">Decoder</A>
<DD>Decodes an "encoded" Object and returns a "decoded"
 Object.
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Decodes a Base64 string into its original form.
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Decodes a Base64 object into its original form.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Decodes a quoted-printable string into its original form.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Decodes a quoted-printable object into its original form.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes an array of quoted-printable characters into an array of original bytes.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#decode(java.lang.String, java.lang.String)"><B>decode(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes a quoted-printable string into its original form using the specified string charset.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes a quoted-printable string into its original form using the default string charset.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes a quoted-printable object into its original form.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes an array of URL safe 7-bit characters into an array of 
 original bytes.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#decode(java.lang.String, java.lang.String)"><B>decode(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes a URL safe string into its original form using the 
 specified encoding.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes a URL safe string into its original form using the default
 string charset.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes a URL safe object into its original form.
<DT><A HREF="./org/apache/commons/codec/StringDecoder.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="./org/apache/commons/codec/StringDecoder.html" title="interface in org.apache.commons.codec">StringDecoder</A>
<DD>Decodes a String and returns a String.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#DECODE_TABLE"><B>DECODE_TABLE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>This array is a lookup table that translates Unicode characters drawn from the "Base32 Alphabet" (as specified in
 Table 3 of RFC 2045) into their 5-bit positive integer equivalents.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#DECODE_TABLE"><B>DECODE_TABLE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>This array is a lookup table that translates Unicode characters drawn from the "Base64 Alphabet" (as specified in
 Table 1 of RFC 2045) into their 6-bit positive integer equivalents.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#decodeBase64(java.lang.String)"><B>decodeBase64(String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Decodes a Base64 String into octets
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#decodeBase64(byte[])"><B>decodeBase64(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Decodes Base64 data into octets
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#decodeHex(char[])"><B>decodeHex(char[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#decodeInteger(byte[])"><B>decodeInteger(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Decodes a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#decodeQuotedPrintable(byte[])"><B>decodeQuotedPrintable(byte[])</B></A> - 
Static method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes an array quoted-printable characters into an array of original bytes.
<DT><A HREF="./org/apache/commons/codec/Decoder.html" title="interface in org.apache.commons.codec"><B>Decoder</B></A> - Interface in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Provides the highest level of abstraction for Decoders.<DT><A HREF="./org/apache/commons/codec/DecoderException.html" title="class in org.apache.commons.codec"><B>DecoderException</B></A> - Exception in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Thrown when there is a failure condition during the decoding process.<DT><A HREF="./org/apache/commons/codec/DecoderException.html#DecoderException()"><B>DecoderException()</B></A> - 
Constructor for exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/DecoderException.html" title="class in org.apache.commons.codec">DecoderException</A>
<DD>Constructs a new exception with <code>null</code> as its detail message.
<DT><A HREF="./org/apache/commons/codec/DecoderException.html#DecoderException(java.lang.String)"><B>DecoderException(String)</B></A> - 
Constructor for exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/DecoderException.html" title="class in org.apache.commons.codec">DecoderException</A>
<DD>Constructs a new exception with the specified detail message.
<DT><A HREF="./org/apache/commons/codec/DecoderException.html#DecoderException(java.lang.String, java.lang.Throwable)"><B>DecoderException(String, Throwable)</B></A> - 
Constructor for exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/DecoderException.html" title="class in org.apache.commons.codec">DecoderException</A>
<DD>Constructsa new exception with the specified detail message and cause.
<DT><A HREF="./org/apache/commons/codec/DecoderException.html#DecoderException(java.lang.Throwable)"><B>DecoderException(Throwable)</B></A> - 
Constructor for exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/DecoderException.html" title="class in org.apache.commons.codec">DecoderException</A>
<DD>Constructs a new exception with the specified cause and a detail message of <code>(cause==null ?
 null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#decodeSize"><B>decodeSize</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#decodeSize"><B>decodeSize</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#decodeTable"><B>decodeTable</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Decode table to use.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#decodeTable"><B>decodeTable</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#decodeText(java.lang.String)"><B>decodeText(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Applies an RFC 1522 compliant decoding scheme to the given string of text.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#decodeUrl(byte[])"><B>decodeUrl(byte[])</B></A> - 
Static method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes an array of URL safe 7-bit characters into an array of 
 original bytes.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#DEFAULT_BUFFER_RESIZE_FACTOR"><B>DEFAULT_BUFFER_RESIZE_FACTOR</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#DEFAULT_BUFFER_SIZE"><B>DEFAULT_BUFFER_SIZE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Defines the default buffer size - currently 8192
 - must be large enough for at least one encoded block+separator
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#DEFAULT_CHARSET_NAME"><B>DEFAULT_CHARSET_NAME</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Default charset name is <A HREF="./org/apache/commons/codec/CharEncoding.html#UTF_8"><CODE>CharEncoding.UTF_8</CODE></A>
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#difference(java.lang.String, java.lang.String)"><B>difference(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Returns the number of characters in the two encoded Strings that are the
 same.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#difference(java.lang.String, java.lang.String)"><B>difference(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
<DT><A HREF="./org/apache/commons/codec/language/SoundexUtils.html#difference(org.apache.commons.codec.StringEncoder, java.lang.String, java.lang.String)"><B>difference(StringEncoder, String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/SoundexUtils.html" title="class in org.apache.commons.codec.language">SoundexUtils</A>
<DD>Encodes the Strings and returns the number of characters in the two
 encoded Strings that are the same.
<DT><A HREF="./org/apache/commons/codec/language/SoundexUtils.html#differenceEncoded(java.lang.String, java.lang.String)"><B>differenceEncoded(String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/SoundexUtils.html" title="class in org.apache.commons.codec.language">SoundexUtils</A>
<DD>Returns the number of characters in the two Soundex encoded Strings that
 are the same.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#digest(java.security.MessageDigest, java.io.InputStream)"><B>digest(MessageDigest, InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Read through an InputStream and returns the digest for the data
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest"><B>DigestUtils</B></A> - Class in <A HREF="./org/apache/commons/codec/digest/package-summary.html">org.apache.commons.codec.digest</A><DD>Operations to simplify common <CODE>MessageDigest</CODE> tasks.<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#DigestUtils()"><B>DigestUtils()</B></A> - 
Constructor for class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/Utils.html#digit16(byte)"><B>digit16(byte)</B></A> - 
Static method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/Utils.html" title="class in org.apache.commons.codec.net">Utils</A>
<DD>Returns the numeric value of the character <code>b</code> in radix 16.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#DIGITS_LOWER"><B>DIGITS_LOWER</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Used to build output as Hex
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#DIGITS_UPPER"><B>DIGITS_UPPER</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Used to build output as Hex
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#doDecoding(byte[])"><B>doDecoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#doDecoding(byte[])"><B>doDecoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#doDecoding(byte[])"><B>doDecoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Decodes an array of bytes using the defined encoding scheme
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html#doEncode"><B>doEncode</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#doEncode"><B>doEncode</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#doEncoding(byte[])"><B>doEncoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#doEncoding(byte[])"><B>doEncoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#doEncoding(byte[])"><B>doEncoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Encodes an array of bytes using the defined encoding scheme
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language"><B>DoubleMetaphone</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Encodes a string into a double metaphone value.<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#DoubleMetaphone()"><B>DoubleMetaphone()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Creates an instance of this DoubleMetaphone encoder
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#doubleMetaphone(java.lang.String)"><B>doubleMetaphone(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Encode a value with Double Metaphone
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#doubleMetaphone(java.lang.String, boolean)"><B>doubleMetaphone(String, boolean)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Encode a value with Double Metaphone, optionally using the alternate
 encoding.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language"><B>DoubleMetaphone.DoubleMetaphoneResult</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Inner class for storing results, since there is the optional alternate
 encoding.<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#DoubleMetaphone.DoubleMetaphoneResult(int)"><B>DoubleMetaphone.DoubleMetaphoneResult(int)</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#EMPTY_BYTE_ARRAY"><B>EMPTY_BYTE_ARRAY</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Empty byte array.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#EMPTY_CHAR_ARRAY"><B>EMPTY_CHAR_ARRAY</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Empty char array.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#encode(byte[], int, int)"><B>encode(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>
 Encodes all of the provided data, starting at inPos, for inAvail bytes.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encode(byte[], int, int)"><B>encode(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>
 Encodes all of the provided data, starting at inPos, for inAvail bytes.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Encodes an Object using the Base-N algorithm.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#encode(byte[])"><B>encode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#encode(byte[], int, int)"><B>encode(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#encode(byte[])"><B>encode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Converts an array of raw binary data into an array of ASCII 0 and 1 characters.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Converts an array of raw binary data into an array of ASCII 0 and 1 chars.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#encode(byte[])"><B>encode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each
 byte in order.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts a String or an array of bytes into an array of characters representing the hexadecimal values of each
 byte in order.
<DT><A HREF="./org/apache/commons/codec/BinaryEncoder.html#encode(byte[])"><B>encode(byte[])</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="./org/apache/commons/codec/BinaryEncoder.html" title="interface in org.apache.commons.codec">BinaryEncoder</A>
<DD>Encodes a byte array and return the encoded data
 as a byte array.
<DT><A HREF="./org/apache/commons/codec/Encoder.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="./org/apache/commons/codec/Encoder.html" title="interface in org.apache.commons.codec">Encoder</A>
<DD>Encodes an "Object" and returns the encoded content 
 as an Object.
<DT><A HREF="./org/apache/commons/codec/language/AbstractCaverphone.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/AbstractCaverphone.html" title="class in org.apache.commons.codec.language">AbstractCaverphone</A>
<DD>Encodes an Object using the caverphone algorithm.
<DT><A HREF="./org/apache/commons/codec/language/Caverphone.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone.html" title="class in org.apache.commons.codec.language">Caverphone</A>
<DD><B>Deprecated.</B>&nbsp;Encodes an Object using the caverphone algorithm.
<DT><A HREF="./org/apache/commons/codec/language/Caverphone.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone.html" title="class in org.apache.commons.codec.language">Caverphone</A>
<DD><B>Deprecated.</B>&nbsp;Encodes a String using the Caverphone algorithm.
<DT><A HREF="./org/apache/commons/codec/language/Caverphone1.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone1.html" title="class in org.apache.commons.codec.language">Caverphone1</A>
<DD>Encodes the given String into a Caverphone value.
<DT><A HREF="./org/apache/commons/codec/language/Caverphone2.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone2.html" title="class in org.apache.commons.codec.language">Caverphone2</A>
<DD>Encodes the given String into a Caverphone 2.0 value.
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language">ColognePhonetic</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language">ColognePhonetic</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Encode the value using DoubleMetaphone.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Encode the value using DoubleMetaphone.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Encodes an Object using the metaphone algorithm.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Encodes a String using the Metaphone algorithm.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Encodes an Object using the refined soundex algorithm.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Encodes a String using the refined soundex algorithm.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Encodes an Object using the soundex algorithm.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Encodes a String using the soundex algorithm.
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#encode(java.lang.String, java.lang.String)"><B>encode(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Encodes a string into its Base64 form using the specified charset.
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Encodes a string into its Base64 form using the default charset.
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Encodes an object into its Base64 form using the default charset.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#encode(java.lang.String, java.lang.String)"><B>encode(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Encodes a string into its quoted-printable form using the specified charset.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Encodes a string into its quoted-printable form using the default charset.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Encodes an object into its quoted-printable form using the default charset.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#encode(byte[])"><B>encode(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Encodes an array of bytes into an array of quoted-printable 7-bit characters.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Encodes a string into its quoted-printable form using the default string charset.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Encodes an object into its quoted-printable safe form.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#encode(java.lang.String, java.lang.String)"><B>encode(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Encodes a string into its quoted-printable form using the specified charset.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#encode(byte[])"><B>encode(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Encodes an array of bytes into an array of URL safe 7-bit 
 characters.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#encode(java.lang.String, java.lang.String)"><B>encode(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Encodes a string into its URL safe form using the specified string charset.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Encodes a string into its URL safe form using the default string 
 charset.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#encode(java.lang.Object)"><B>encode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Encodes an object into its URL safe form.
<DT><A HREF="./org/apache/commons/codec/StringEncoder.html#encode(java.lang.String)"><B>encode(String)</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="./org/apache/commons/codec/StringEncoder.html" title="interface in org.apache.commons.codec">StringEncoder</A>
<DD>Encodes a String and returns a String.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#ENCODE_TABLE"><B>ENCODE_TABLE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>This array is a lookup table that translates 5-bit positive integer index values into their "Base32 Alphabet"
 equivalents as specified in Table 3 of RFC 2045.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#encodeAsString(byte[])"><B>encodeAsString(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeBase64(byte[])"><B>encodeBase64(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes binary data using the base64 algorithm but does not chunk the output.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeBase64(byte[], boolean)"><B>encodeBase64(byte[], boolean)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeBase64(byte[], boolean, boolean)"><B>encodeBase64(byte[], boolean, boolean)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeBase64(byte[], boolean, boolean, int)"><B>encodeBase64(byte[], boolean, boolean, int)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeBase64Chunked(byte[])"><B>encodeBase64Chunked(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeBase64String(byte[])"><B>encodeBase64String(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes binary data using the base64 algorithm but does not chunk the output.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeBase64URLSafe(byte[])"><B>encodeBase64URLSafe(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeBase64URLSafeString(byte[])"><B>encodeBase64URLSafeString(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#encodeBlanks"><B>encodeBlanks</B></A> - 
Variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#encodedBlockSize"><B>encodedBlockSize</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Number of bytes in each full block of encoded data, e.g.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#encodeHex(byte[])"><B>encodeHex(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#encodeHex(byte[], boolean)"><B>encodeHex(byte[], boolean)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#encodeHex(byte[], char[])"><B>encodeHex(byte[], char[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#encodeHexString(byte[])"><B>encodeHexString(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeInteger(java.math.BigInteger)"><B>encodeInteger(BigInteger)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encodes to a byte64-encoded integer according to crypto standards such as W3C's XML-Signature
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#encodeQuotedPrintable(int, java.io.ByteArrayOutputStream)"><B>encodeQuotedPrintable(int, ByteArrayOutputStream)</B></A> - 
Static method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Encodes byte into its quoted-printable representation.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#encodeQuotedPrintable(java.util.BitSet, byte[])"><B>encodeQuotedPrintable(BitSet, byte[])</B></A> - 
Static method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Encodes an array of bytes into an array of quoted-printable 7-bit characters.
<DT><A HREF="./org/apache/commons/codec/Encoder.html" title="interface in org.apache.commons.codec"><B>Encoder</B></A> - Interface in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Provides the highest level of abstraction for Encoders.<DT><A HREF="./org/apache/commons/codec/language/Caverphone.html#encoder"><B>encoder</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone.html" title="class in org.apache.commons.codec.language">Caverphone</A>
<DD><B>Deprecated.</B>&nbsp;Delegate to a <A HREF="./org/apache/commons/codec/language/Caverphone2.html" title="class in org.apache.commons.codec.language"><CODE>Caverphone2</CODE></A> instance to avoid code duplication.
<DT><A HREF="./org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec"><B>EncoderException</B></A> - Exception in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Thrown when there is a failure condition during the encoding process.<DT><A HREF="./org/apache/commons/codec/EncoderException.html#EncoderException()"><B>EncoderException()</B></A> - 
Constructor for exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</A>
<DD>Constructs a new exception with <code>null</code> as its detail message.
<DT><A HREF="./org/apache/commons/codec/EncoderException.html#EncoderException(java.lang.String)"><B>EncoderException(String)</B></A> - 
Constructor for exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</A>
<DD>Constructs a new exception with the specified detail message.
<DT><A HREF="./org/apache/commons/codec/EncoderException.html#EncoderException(java.lang.String, java.lang.Throwable)"><B>EncoderException(String, Throwable)</B></A> - 
Constructor for exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</A>
<DD>Constructs a new exception with the specified detail message and cause.
<DT><A HREF="./org/apache/commons/codec/EncoderException.html#EncoderException(java.lang.Throwable)"><B>EncoderException(Throwable)</B></A> - 
Constructor for exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</A>
<DD>Constructs a new exception with the specified cause and a detail message of <code>(cause==null ?
 null : cause.toString())</code> (which typically contains the class and detail message of <code>cause</code>).
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#encodeSize"><B>encodeSize</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeSize"><B>encodeSize</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Convenience variable to help us determine when our buffer is going to run out of room and needs resizing.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#encodeTable"><B>encodeTable</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Encode table to use.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#encodeTable"><B>encodeTable</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Encode table to use: either STANDARD or URL_SAFE.
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#encodeText(java.lang.String, java.lang.String)"><B>encodeText(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Applies an RFC 1522 compliant encoding scheme to the given string of text with the 
 given charset.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#encodeToString(byte[])"><B>encodeToString(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Encodes a byte[] containing binary data, into a String containing characters in the Base-N alphabet.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#encodeUrl(java.util.BitSet, byte[])"><B>encodeUrl(BitSet, byte[])</B></A> - 
Static method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Encodes an array of bytes into an array of URL safe 7-bit characters.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#ensureBufferSize(int)"><B>ensureBufferSize(int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Ensure that the buffer has room for <code>size</code> bytes
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#eof"><B>eof</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Boolean flag to indicate the EOF has been reached.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER"><B>ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#ESCAPE_CHAR"><B>ESCAPE_CHAR</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#ESCAPE_CHAR"><B>ESCAPE_CHAR</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Release 1.5 made this field final.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#flush(boolean)"><B>flush(boolean)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>Flushes this output stream and forces any buffered output bytes to be written out to the stream.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#flush()"><B>flush()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>Flushes this output stream and forces any buffered output bytes to be written out to the stream.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#fromAscii(char[])"><B>fromAscii(char[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Decodes a char array where each char represents an ASCII '0' or '1'.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#fromAscii(byte[])"><B>fromAscii(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Decodes a byte array where each byte represents an ASCII '0' or '1'.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#FRONTV"><B>FRONTV</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Variable used in Metaphone algorithm
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#getAlternate()"><B>getAlternate()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#getBytesIso8859_1(java.lang.String)"><B>getBytesIso8859_1(String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Encodes the given string into a sequence of bytes using the ISO-8859-1 charset, storing the result into a new
 byte array.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#getBytesUnchecked(java.lang.String, java.lang.String)"><B>getBytesUnchecked(String, String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Encodes the given string into a sequence of bytes using the named charset, storing the result into a new byte
 array.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#getBytesUsAscii(java.lang.String)"><B>getBytesUsAscii(String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Encodes the given string into a sequence of bytes using the US-ASCII charset, storing the result into a new byte
 array.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#getBytesUtf16(java.lang.String)"><B>getBytesUtf16(String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Encodes the given string into a sequence of bytes using the UTF-16 charset, storing the result into a new byte
 array.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#getBytesUtf16Be(java.lang.String)"><B>getBytesUtf16Be(String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Encodes the given string into a sequence of bytes using the UTF-16BE charset, storing the result into a new byte
 array.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#getBytesUtf16Le(java.lang.String)"><B>getBytesUtf16Le(String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Encodes the given string into a sequence of bytes using the UTF-16LE charset, storing the result into a new byte
 array.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#getBytesUtf8(java.lang.String)"><B>getBytesUtf8(String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte
 array.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#getBytesUtf8(java.lang.String)"><B>getBytesUtf8(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calls <A HREF="./org/apache/commons/codec/binary/StringUtils.html#getBytesUtf8(java.lang.String)"><CODE>StringUtils.getBytesUtf8(String)</CODE></A>
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#getCharsetName()"><B>getCharsetName()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Gets the charset name.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#getDefaultBufferSize()"><B>getDefaultBufferSize()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Get the default buffer size.
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#getDefaultCharset()"><B>getDefaultCharset()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>The default charset used for string decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#getDefaultCharset()"><B>getDefaultCharset()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>The default charset used for string decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#getDefaultCharset()"><B>getDefaultCharset()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Returns the default charset used for string decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#getDefaultCharset()"><B>getDefaultCharset()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>The default charset used for string decoding and encoding.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#getDigest(java.lang.String)"><B>getDigest(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Returns a <code>MessageDigest</code> for the given <code>algorithm</code>.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#getEncodedLength(byte[])"><B>getEncodedLength(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Calculates the amount of space needed to encode the supplied array.
<DT><A HREF="./org/apache/commons/codec/net/BCodec.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Returns the codec name (referred to as encoding in the RFC 1522)
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#getEncoding()"><B>getEncoding()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="./org/apache/commons/codec/net/URLCodec.html#getDefaultCharset()"><CODE>URLCodec.getDefaultCharset()</CODE></A>, will be removed in 2.0.</I>
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#getMappingCode(char)"><B>getMappingCode(char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Returns the mapping code for a given character.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#getMappingCode(java.lang.String, int)"><B>getMappingCode(String, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Used internally by the SoundEx algorithm.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#getMaxCodeLen()"><B>getMaxCodeLen()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Returns the maxCodeLen.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#getMaxCodeLen()"><B>getMaxCodeLen()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Returns the maxCodeLen.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#getMaxLength()"><B>getMaxLength()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD><B>Deprecated.</B>&nbsp;<I>This feature is not needed since the encoding size must be constant. Will be removed in 2.0.</I>
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#getMd5Digest()"><B>getMd5Digest()</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Returns an MD5 MessageDigest.
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html#getNextChar()"><B>getNextChar()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneInputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html#getNextPos()"><B>getNextPos()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneInputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#getPrimary()"><B>getPrimary()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#getSha256Digest()"><B>getSha256Digest()</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Returns an SHA-256 digest.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#getSha384Digest()"><B>getSha384Digest()</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Returns an SHA-384 digest.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#getSha512Digest()"><B>getSha512Digest()</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Returns an SHA-512 digest.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#getShaDigest()"><B>getShaDigest()</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Returns an SHA-1 digest.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#getSoundexMapping()"><B>getSoundexMapping()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Returns the soundex mapping.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleAEIOUY(org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleAEIOUY(DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'A', 'E', 'I', 'O', 'U', and 'Y' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleC(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleC(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'C' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleCC(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleCC(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'CC' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleCH(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleCH(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'CH' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleD(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleD(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'D' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleG(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int, boolean)"><B>handleG(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'G' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleGH(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleGH(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'GH' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleH(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleH(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'H' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleJ(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int, boolean)"><B>handleJ(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'J' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleL(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleL(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'L' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleP(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleP(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'P' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleR(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int, boolean)"><B>handleR(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'R' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleS(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int, boolean)"><B>handleS(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'S' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleSC(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleSC(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'SC' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleT(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleT(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'T' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleW(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleW(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'W' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleX(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int)"><B>handleX(String, DoubleMetaphone.DoubleMetaphoneResult, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'X' cases
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#handleZ(java.lang.String, org.apache.commons.codec.language.DoubleMetaphone.DoubleMetaphoneResult, int, boolean)"><B>handleZ(String, DoubleMetaphone.DoubleMetaphoneResult, int, boolean)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Handles 'Z' cases
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#hasData()"><B>hasData()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Returns true if this object has buffered data for reading.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary"><B>Hex</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Converts hexadecimal Strings.<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#Hex()"><B>Hex()</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Creates a new codec with the default charset name <A HREF="./org/apache/commons/codec/binary/Hex.html#DEFAULT_CHARSET_NAME"><CODE>Hex.DEFAULT_CHARSET_NAME</CODE></A>
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#Hex(java.lang.String)"><B>Hex(String)</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Creates a new codec with the given charset name.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#HEX_DECODE_TABLE"><B>HEX_DECODE_TABLE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>This array is a lookup table that translates Unicode characters drawn from the "Base32 |Hex Alphabet" (as specified in
 Table 3 of RFC 2045) into their 5-bit positive integer equivalents.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#HEX_ENCODE_TABLE"><B>HEX_ENCODE_TABLE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>This array is a lookup table that translates 5-bit positive integer index values into their "Base32 Hex Alphabet"
 equivalents as specified in Table 3 of RFC 2045.
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#isArrayByteBase64(byte[])"><B>isArrayByteBase64(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD><B>Deprecated.</B>&nbsp;<I>1.5 Use <A HREF="./org/apache/commons/codec/binary/Base64.html#isBase64(byte[])"><CODE>Base64.isBase64(byte[])</CODE></A>, will be removed in 2.0.</I>
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#isBase64(byte)"><B>isBase64(byte)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Returns whether or not the <code>octet</code> is in the base 64 alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#isBase64(java.lang.String)"><B>isBase64(String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Tests a given String to see if it contains only valid characters within the Base64 alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#isBase64(byte[])"><B>isBase64(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
<DT><A HREF="./org/apache/commons/codec/language/Caverphone.html#isCaverphoneEqual(java.lang.String, java.lang.String)"><B>isCaverphoneEqual(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone.html" title="class in org.apache.commons.codec.language">Caverphone</A>
<DD><B>Deprecated.</B>&nbsp;Tests if the caverphones of two strings are identical.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#isComplete()"><B>isComplete()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#isDoubleMetaphoneEqual(java.lang.String, java.lang.String)"><B>isDoubleMetaphoneEqual(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Check if the Double Metaphone values of two <code>String</code> values
 are equal.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#isDoubleMetaphoneEqual(java.lang.String, java.lang.String, boolean)"><B>isDoubleMetaphoneEqual(String, String, boolean)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Check if the Double Metaphone values of two <code>String</code> values
 are equal, optionally using the alternate value.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#isEmpty(byte[])"><B>isEmpty(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Returns <code>true</code> if the given array is <code>null</code> or empty (size 0.)
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#isEncodeBlanks()"><B>isEncodeBlanks()</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Tests if optional tranformation of SPACE characters is to be used
<DT><A HREF="./org/apache/commons/codec/language/AbstractCaverphone.html#isEncodeEqual(java.lang.String, java.lang.String)"><B>isEncodeEqual(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/AbstractCaverphone.html" title="class in org.apache.commons.codec.language">AbstractCaverphone</A>
<DD>Tests if the encodings of two strings are equal.
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html#isEncodeEqual(java.lang.String, java.lang.String)"><B>isEncodeEqual(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language">ColognePhonetic</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#isInAlphabet(byte)"><B>isInAlphabet(byte)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Returns whether or not the <code>octet</code> is in the Base32 alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#isInAlphabet(byte)"><B>isInAlphabet(byte)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Returns whether or not the <code>octet</code> is in the Base32 alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#isInAlphabet(byte)"><B>isInAlphabet(byte)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Returns whether or not the <code>octet</code> is in the current alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#isInAlphabet(byte[], boolean)"><B>isInAlphabet(byte[], boolean)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Tests a given byte array to see if it contains only valid characters within the alphabet.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#isInAlphabet(java.lang.String)"><B>isInAlphabet(String)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Tests a given String to see if it contains only valid characters within the alphabet.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#isLastChar(int, int)"><B>isLastChar(int, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#isMetaphoneEqual(java.lang.String, java.lang.String)"><B>isMetaphoneEqual(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Tests is the metaphones of two strings are identical.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#isNextChar(java.lang.StringBuffer, int, char)"><B>isNextChar(StringBuffer, int, char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/CharEncoding.html#ISO_8859_1"><B>ISO_8859_1</B></A> - 
Static variable in class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec">CharEncoding</A>
<DD>CharEncodingISO Latin Alphabet No.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#isPreviousChar(java.lang.StringBuffer, int, char)"><B>isPreviousChar(StringBuffer, int, char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#isSilentStart(java.lang.String)"><B>isSilentStart(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Determines whether or not the value starts with a silent letter.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#isSlavoGermanic(java.lang.String)"><B>isSlavoGermanic(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Determines whether or not a value is of slavo-germanic orgin.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#isUrlSafe()"><B>isUrlSafe()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Returns our current encode mode.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#isVowel(char)"><B>isVowel(char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Determines whether or not a character is a vowel or not
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#isVowel(java.lang.StringBuffer, int)"><B>isVowel(StringBuffer, int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#isWhiteSpace(byte)"><B>isWhiteSpace(byte)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Checks if a byte value is whitespace or not.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#L_R_N_M_B_H_F_V_W_SPACE"><B>L_R_N_M_B_H_F_V_W_SPACE</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#L_T_K_S_N_M_B_Z"><B>L_T_K_S_N_M_B_Z</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html#length"><B>length</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html#length()"><B>length()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#lineLength"><B>lineLength</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Chunksize for encoding.
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#lineSeparator"><B>lineSeparator</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Line separator for encoding.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#lineSeparator"><B>lineSeparator</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Line separator for encoding.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#map(char)"><B>map(char)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Maps the given upper-case character to its Soundex code.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html#markSupported()"><B>markSupported()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecInputStream</A>
<DD>
<DT><A HREF="./org/apache/commons/codec/binary/Base32.html#MASK_5BITS"><B>MASK_5BITS</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base32.html" title="class in org.apache.commons.codec.binary">Base32</A>
<DD>Mask used to extract 5 bits, used when encoding Base32 bytes
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#MASK_6BITS"><B>MASK_6BITS</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Mask used to extract 6 bits, used when encoding
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#MASK_8BITS"><B>MASK_8BITS</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Mask used to extract 8 bits, used in decoding bytes
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#maxCodeLen"><B>maxCodeLen</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Maximum length of an encoding, default is 4
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#maxCodeLen"><B>maxCodeLen</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>The max code length for metaphone is 4
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#maxLength"><B>maxLength</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#maxLength"><B>maxLength</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD><B>Deprecated.</B>&nbsp;<I>This feature is not needed since the encoding size must be constant. Will be removed in 2.0.</I>
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#md5(byte[])"><B>md5(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the MD5 digest and returns the value as a 16 element <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#md5(java.io.InputStream)"><B>md5(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the MD5 digest and returns the value as a 16 element <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#md5(java.lang.String)"><B>md5(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the MD5 digest and returns the value as a 16 element <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#md5Hex(byte[])"><B>md5Hex(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the MD5 digest and returns the value as a 32 character hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#md5Hex(java.io.InputStream)"><B>md5Hex(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the MD5 digest and returns the value as a 32 character hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#md5Hex(java.lang.String)"><B>md5Hex(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the MD5 digest and returns the value as a 32 character hex string.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language"><B>Metaphone</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Encodes a string into a Metaphone value.<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#Metaphone()"><B>Metaphone()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Creates an instance of the Metaphone encoder
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#metaphone(java.lang.String)"><B>metaphone(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Find the metaphone value of a String.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#MIME_CHUNK_SIZE"><B>MIME_CHUNK_SIZE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>MIME chunk size per RFC 2045 section 6.8.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#modulus"><B>modulus</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Writes to the buffer only occur after every 3/5 reads when encoding, and every 4/8 reads when decoding.
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#newIllegalStateException(java.lang.String, java.io.UnsupportedEncodingException)"><B>newIllegalStateException(String, UnsupportedEncodingException)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#newString(byte[], java.lang.String)"><B>newString(byte[], String)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Constructs a new <code>String</code> by decoding the specified array of bytes using the given charset.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#newStringIso8859_1(byte[])"><B>newStringIso8859_1(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Constructs a new <code>String</code> by decoding the specified array of bytes using the ISO-8859-1 charset.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#newStringUsAscii(byte[])"><B>newStringUsAscii(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Constructs a new <code>String</code> by decoding the specified array of bytes using the US-ASCII charset.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#newStringUtf16(byte[])"><B>newStringUtf16(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Constructs a new <code>String</code> by decoding the specified array of bytes using the UTF-16 charset.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#newStringUtf16Be(byte[])"><B>newStringUtf16Be(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Constructs a new <code>String</code> by decoding the specified array of bytes using the UTF-16BE charset.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#newStringUtf16Le(byte[])"><B>newStringUtf16Le(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Constructs a new <code>String</code> by decoding the specified array of bytes using the UTF-16LE charset.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#newStringUtf8(byte[])"><B>newStringUtf8(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>Constructs a new <code>String</code> by decoding the specified array of bytes using the UTF-8 charset.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/package-summary.html"><B>org.apache.commons.codec</B></A> - package org.apache.commons.codec<DD>Interfaces and classes used by
    the various implementations in the sub-packages.<DT><A HREF="./org/apache/commons/codec/binary/package-summary.html"><B>org.apache.commons.codec.binary</B></A> - package org.apache.commons.codec.binary<DD>Base64, Base32, Binary, and Hexadecimal String encoding and decoding.<DT><A HREF="./org/apache/commons/codec/digest/package-summary.html"><B>org.apache.commons.codec.digest</B></A> - package org.apache.commons.codec.digest<DD>Simplifies common <CODE>MessageDigest</CODE> tasks.<DT><A HREF="./org/apache/commons/codec/language/package-summary.html"><B>org.apache.commons.codec.language</B></A> - package org.apache.commons.codec.language<DD>Language and phonetic encoders.<DT><A HREF="./org/apache/commons/codec/net/package-summary.html"><B>org.apache.commons.codec.net</B></A> - package org.apache.commons.codec.net<DD>
  Network related encoding and decoding.</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#PAD"><B>PAD</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#PAD_DEFAULT"><B>PAD_DEFAULT</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Byte used to pad output.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#PEM_CHUNK_SIZE"><B>PEM_CHUNK_SIZE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>PEM chunk size per RFC 1421 section 4.3.2.4.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#pos"><B>pos</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Position where next character should be written in the buffer.
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#POSTFIX"><B>POSTFIX</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Prefix
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#PREFIX"><B>PREFIX</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Postfix
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html#preprocess(java.lang.String)"><B>preprocess(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language">ColognePhonetic</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.html#PREPROCESS_MAP"><B>PREPROCESS_MAP</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.html" title="class in org.apache.commons.codec.language">ColognePhonetic</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#primary"><B>primary</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#PRINTABLE_CHARS"><B>PRINTABLE_CHARS</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>BitSet of printable characters as defined in RFC 1522.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#PRINTABLE_CHARS"><B>PRINTABLE_CHARS</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>BitSet of printable characters as defined in RFC 1521.
</DL>
<HR>
<A NAME="_Q_"><!-- --></A><H2>
<B>Q</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net"><B>QCodec</B></A> - Class in <A HREF="./org/apache/commons/codec/net/package-summary.html">org.apache.commons.codec.net</A><DD>
 Similar to the Quoted-Printable content-transfer-encoding defined in <a
 href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a> and designed to allow text containing mostly ASCII
 characters to be decipherable on an ASCII terminal without decoding.<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#QCodec()"><B>QCodec()</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Default constructor.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#QCodec(java.lang.String)"><B>QCodec(String)</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Constructor which allows for the selection of a default charset
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net"><B>QuotedPrintableCodec</B></A> - Class in <A HREF="./org/apache/commons/codec/net/package-summary.html">org.apache.commons.codec.net</A><DD>
 Codec for the Quoted-Printable section of <a href="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521</a>.<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#QuotedPrintableCodec()"><B>QuotedPrintableCodec()</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Default constructor.
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#QuotedPrintableCodec(java.lang.String)"><B>QuotedPrintableCodec(String)</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Constructor which allows for the selection of a default charset
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#RADIX"><B>RADIX</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Radix used in encoding and decoding.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html#read()"><B>read()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecInputStream</A>
<DD>Reads one <code>byte</code> from this input stream.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecInputStream</A>
<DD>Attempts to read <code>len</code> bytes into the specified <code>b</code> array starting at <code>offset</code>
 from this InputStream.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#readPos"><B>readPos</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Position where next character should be read from the buffer.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#readResults(byte[], int, int)"><B>readResults(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Extracts buffered data into the provided byte[] array, starting at position bPos, 
 up to a maximum of bAvail bytes.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language"><B>RefinedSoundex</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Encodes a string into a Refined Soundex value.<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#RefinedSoundex()"><B>RefinedSoundex()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Creates an instance of the RefinedSoundex object using the default US
 English mapping.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#RefinedSoundex(char[])"><B>RefinedSoundex(char[])</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Creates a refined soundex instance using a custom mapping.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#RefinedSoundex(java.lang.String)"><B>RefinedSoundex(String)</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Creates a refined Soundex instance using a custom mapping.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#regionMatch(java.lang.StringBuffer, int, java.lang.String)"><B>regionMatch(StringBuffer, int, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html#removeNext()"><B>removeNext()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneInputBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneInputBuffer</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#reset()"><B>reset()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Resets this object to its initial newly constructed state.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#resizeBuffer()"><B>resizeBuffer()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Increases our buffer by the <A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#DEFAULT_BUFFER_RESIZE_FACTOR"><CODE>BaseNCodec.DEFAULT_BUFFER_RESIZE_FACTOR</CODE></A>.
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net"><B>RFC1522Codec</B></A> - Class in <A HREF="./org/apache/commons/codec/net/package-summary.html">org.apache.commons.codec.net</A><DD>
 Implements methods common to all codecs defined in RFC 1522.<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#RFC1522Codec()"><B>RFC1522Codec()</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/net/RFC1522Codec.html#SEP"><B>SEP</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Separator.
<DT><A HREF="./org/apache/commons/codec/DecoderException.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/DecoderException.html" title="class in org.apache.commons.codec">DecoderException</A>
<DD>Declares the Serial Version Uid.
<DT><A HREF="./org/apache/commons/codec/EncoderException.html#serialVersionUID"><B>serialVersionUID</B></A> - 
Static variable in exception org.apache.commons.codec.<A HREF="./org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</A>
<DD>Declares the Serial Version Uid.
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#setEncodeBlanks(boolean)"><B>setEncodeBlanks(boolean)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Defines whether optional tranformation of SPACE characters is to be used
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#setMaxCodeLen(int)"><B>setMaxCodeLen(int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Sets the maxCodeLen.
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#setMaxCodeLen(int)"><B>setMaxCodeLen(int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Sets the maxCodeLen.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#setMaxLength(int)"><B>setMaxLength(int)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD><B>Deprecated.</B>&nbsp;<I>This feature is not needed since the encoding size must be constant. Will be removed in 2.0.</I>
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha(byte[])"><B>sha(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-1 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha(java.io.InputStream)"><B>sha(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-1 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha(java.lang.String)"><B>sha(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-1 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha256(byte[])"><B>sha256(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-256 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha256(java.io.InputStream)"><B>sha256(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-256 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha256(java.lang.String)"><B>sha256(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-256 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha256Hex(byte[])"><B>sha256Hex(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-256 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha256Hex(java.io.InputStream)"><B>sha256Hex(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-256 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha256Hex(java.lang.String)"><B>sha256Hex(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-256 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha384(byte[])"><B>sha384(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-384 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha384(java.io.InputStream)"><B>sha384(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-384 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha384(java.lang.String)"><B>sha384(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-384 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha384Hex(byte[])"><B>sha384Hex(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-384 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha384Hex(java.io.InputStream)"><B>sha384Hex(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-384 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha384Hex(java.lang.String)"><B>sha384Hex(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-384 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha512(byte[])"><B>sha512(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-512 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha512(java.io.InputStream)"><B>sha512(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-512 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha512(java.lang.String)"><B>sha512(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-512 digest and returns the value as a <code>byte[]</code>.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha512Hex(byte[])"><B>sha512Hex(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-512 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha512Hex(java.io.InputStream)"><B>sha512Hex(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-512 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#sha512Hex(java.lang.String)"><B>sha512Hex(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-512 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#shaHex(byte[])"><B>shaHex(byte[])</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-1 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#shaHex(java.io.InputStream)"><B>shaHex(InputStream)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-1 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#shaHex(java.lang.String)"><B>shaHex(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Calculates the SHA-1 digest and returns the value as a hex string.
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#SILENT_START"><B>SILENT_START</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Prefixes when present which are not pronounced
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html#singleByte"><B>singleByte</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecInputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecInputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#singleByte"><B>singleByte</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/Caverphone1.html#SIX_1"><B>SIX_1</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone1.html" title="class in org.apache.commons.codec.language">Caverphone1</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#soundex(java.lang.String)"><B>soundex(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Retreives the Refined Soundex code for a given String object.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language"><B>Soundex</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Encodes a string into a Soundex value.<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#Soundex()"><B>Soundex()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Creates an instance using US_ENGLISH_MAPPING
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#Soundex(char[])"><B>Soundex(char[])</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Creates a soundex instance using the given mapping.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#Soundex(java.lang.String)"><B>Soundex(String)</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Creates a refined soundex instance using a custom mapping.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#soundex(java.lang.String)"><B>soundex(String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Retrieves the Soundex code for a given String object.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#soundexMapping"><B>soundexMapping</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Every letter of the alphabet is "mapped" to a numerical value.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#soundexMapping"><B>soundexMapping</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Every letter of the alphabet is "mapped" to a numerical value.
<DT><A HREF="./org/apache/commons/codec/language/SoundexUtils.html" title="class in org.apache.commons.codec.language"><B>SoundexUtils</B></A> - Class in <A HREF="./org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A><DD>Utility methods for <A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language"><CODE>Soundex</CODE></A> and <A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language"><CODE>RefinedSoundex</CODE></A> classes.<DT><A HREF="./org/apache/commons/codec/language/SoundexUtils.html#SoundexUtils()"><B>SoundexUtils()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/SoundexUtils.html" title="class in org.apache.commons.codec.language">SoundexUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#SPACE"><B>SPACE</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#STANDARD_ENCODE_TABLE"><B>STANDARD_ENCODE_TABLE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>This array is a lookup table that translates 6-bit positive integer index values into their "Base64 Alphabet"
 equivalents as specified in Table 1 of RFC 2045.
<DT><A HREF="./org/apache/commons/codec/digest/DigestUtils.html#STREAM_BUFFER_LENGTH"><B>STREAM_BUFFER_LENGTH</B></A> - 
Static variable in class org.apache.commons.codec.digest.<A HREF="./org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/StringDecoder.html" title="interface in org.apache.commons.codec"><B>StringDecoder</B></A> - Interface in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Defines common decoding methods for String decoders.<DT><A HREF="./org/apache/commons/codec/StringEncoder.html" title="interface in org.apache.commons.codec"><B>StringEncoder</B></A> - Interface in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Defines common encoding methods for String encoders.<DT><A HREF="./org/apache/commons/codec/StringEncoderComparator.html#stringEncoder"><B>stringEncoder</B></A> - 
Variable in class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/StringEncoderComparator.html" title="class in org.apache.commons.codec">StringEncoderComparator</A>
<DD>Internal encoder instance.
<DT><A HREF="./org/apache/commons/codec/StringEncoderComparator.html" title="class in org.apache.commons.codec"><B>StringEncoderComparator</B></A> - Class in <A HREF="./org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A><DD>Compares Strings using a <A HREF="./org/apache/commons/codec/StringEncoder.html" title="interface in org.apache.commons.codec"><CODE>StringEncoder</CODE></A>.<DT><A HREF="./org/apache/commons/codec/StringEncoderComparator.html#StringEncoderComparator()"><B>StringEncoderComparator()</B></A> - 
Constructor for class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/StringEncoderComparator.html" title="class in org.apache.commons.codec">StringEncoderComparator</A>
<DD><B>Deprecated.</B>&nbsp;<I>Creating an instance without a <A HREF="./org/apache/commons/codec/StringEncoder.html" title="interface in org.apache.commons.codec"><CODE>StringEncoder</CODE></A> leads to a <CODE>NullPointerException</CODE>. Will be
             removed in 2.0.</I>
<DT><A HREF="./org/apache/commons/codec/StringEncoderComparator.html#StringEncoderComparator(org.apache.commons.codec.StringEncoder)"><B>StringEncoderComparator(StringEncoder)</B></A> - 
Constructor for class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/StringEncoderComparator.html" title="class in org.apache.commons.codec">StringEncoderComparator</A>
<DD>Constructs a new instance with the given algorithm.
<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary"><B>StringUtils</B></A> - Class in <A HREF="./org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A><DD>Converts String to and from bytes using the encodings required by the Java specification.<DT><A HREF="./org/apache/commons/codec/binary/StringUtils.html#StringUtils()"><B>StringUtils()</B></A> - 
Constructor for class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/StringUtils.html" title="class in org.apache.commons.codec.binary">StringUtils</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html#TAB"><B>TAB</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/Caverphone2.html#TEN_1"><B>TEN_1</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Caverphone2.html" title="class in org.apache.commons.codec.language">Caverphone2</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#toAsciiBytes(byte[])"><B>toAsciiBytes(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Converts an array of raw binary data into an array of ASCII 0 and 1 character bytes - each byte is a truncated
 char.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#toAsciiChars(byte[])"><B>toAsciiChars(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Converts an array of raw binary data into an array of ASCII 0 and 1 characters.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#toAsciiString(byte[])"><B>toAsciiString(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Converts an array of raw binary data into a String of ASCII 0 and 1 characters.
<DT><A HREF="./org/apache/commons/codec/binary/BinaryCodec.html#toByteArray(java.lang.String)"><B>toByteArray(String)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Decodes a String where each char of the String represents an ASCII '0' or '1'.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#toDigit(char, int)"><B>toDigit(char, int)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts a hexadecimal character to an integer.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#toIntegerBytes(java.math.BigInteger)"><B>toIntegerBytes(BigInteger)</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Returns a byte-array representation of a <code>BigInteger</code> without sign bit.
<DT><A HREF="./org/apache/commons/codec/binary/Hex.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Returns a string representation of the object, which includes the charset name.
<DT><A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html#toString()"><B>toString()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/ColognePhonetic.CologneBuffer.html" title="class in org.apache.commons.codec.language">ColognePhonetic.CologneBuffer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/net/QCodec.html#UNDERSCORE"><B>UNDERSCORE</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodec.html#unencodedBlockSize"><B>unencodedBlockSize</B></A> - 
Variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodec.html" title="class in org.apache.commons.codec.binary">BaseNCodec</A>
<DD>Number of bytes in each full block of unencoded data, e.g.
<DT><A HREF="./org/apache/commons/codec/binary/Base64.html#URL_SAFE_ENCODE_TABLE"><B>URL_SAFE_ENCODE_TABLE</B></A> - 
Static variable in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>This is a copy of the STANDARD_ENCODE_TABLE above, but with + and /
 changed to - and _ to make the encoded Base64 results more URL-SAFE.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net"><B>URLCodec</B></A> - Class in <A HREF="./org/apache/commons/codec/net/package-summary.html">org.apache.commons.codec.net</A><DD>Implements the 'www-form-urlencoded' encoding scheme, 
 also misleadingly known as URL encoding.<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#URLCodec()"><B>URLCodec()</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Default constructor.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#URLCodec(java.lang.String)"><B>URLCodec(String)</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Constructor which allows for the selection of a default charset
<DT><A HREF="./org/apache/commons/codec/CharEncoding.html#US_ASCII"><B>US_ASCII</B></A> - 
Static variable in class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec">CharEncoding</A>
<DD>
 Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#US_ENGLISH"><B>US_ENGLISH</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>This static variable contains an instance of the RefinedSoundex using
 the US_ENGLISH mapping.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#US_ENGLISH"><B>US_ENGLISH</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>An instance of Soundex using the US_ENGLISH_MAPPING mapping.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#US_ENGLISH_MAPPING"><B>US_ENGLISH_MAPPING</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>RefinedSoundex is *refined* for a number of reasons one being that the
 mappings have been altered.
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#US_ENGLISH_MAPPING"><B>US_ENGLISH_MAPPING</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>This is a default mapping of the 26 letters used in US English.
<DT><A HREF="./org/apache/commons/codec/language/RefinedSoundex.html#US_ENGLISH_MAPPING_STRING"><B>US_ENGLISH_MAPPING_STRING</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>&nbsp;
<DT><A HREF="./org/apache/commons/codec/language/Soundex.html#US_ENGLISH_MAPPING_STRING"><B>US_ENGLISH_MAPPING_STRING</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>This is a default mapping of the 26 letters used in US English.
<DT><A HREF="./org/apache/commons/codec/CharEncoding.html#UTF_16"><B>UTF_16</B></A> - 
Static variable in class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec">CharEncoding</A>
<DD>
 Sixteen-bit Unicode Transformation Format, The byte order specified by a mandatory initial byte-order mark
 (either order accepted on input, big-endian used on output)
<DT><A HREF="./org/apache/commons/codec/CharEncoding.html#UTF_16BE"><B>UTF_16BE</B></A> - 
Static variable in class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec">CharEncoding</A>
<DD>
 Sixteen-bit Unicode Transformation Format, big-endian byte order.
<DT><A HREF="./org/apache/commons/codec/CharEncoding.html#UTF_16LE"><B>UTF_16LE</B></A> - 
Static variable in class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec">CharEncoding</A>
<DD>
 Sixteen-bit Unicode Transformation Format, little-endian byte order.
<DT><A HREF="./org/apache/commons/codec/CharEncoding.html#UTF_8"><B>UTF_8</B></A> - 
Static variable in class org.apache.commons.codec.<A HREF="./org/apache/commons/codec/CharEncoding.html" title="class in org.apache.commons.codec">CharEncoding</A>
<DD>
 Eight-bit Unicode Transformation Format.
<DT><A HREF="./org/apache/commons/codec/net/Utils.html" title="class in org.apache.commons.codec.net"><B>Utils</B></A> - Class in <A HREF="./org/apache/commons/codec/net/package-summary.html">org.apache.commons.codec.net</A><DD>Utility methods for this package.<DT><A HREF="./org/apache/commons/codec/net/Utils.html#Utils()"><B>Utils()</B></A> - 
Constructor for class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/Utils.html" title="class in org.apache.commons.codec.net">Utils</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#VARSON"><B>VARSON</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Variable used in Metaphone algorithm
<DT><A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html#VOWELS"><B>VOWELS</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>"Vowels" to test for
<DT><A HREF="./org/apache/commons/codec/language/Metaphone.html#VOWELS"><B>VOWELS</B></A> - 
Static variable in class org.apache.commons.codec.language.<A HREF="./org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Five values in the English language
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#write(int)"><B>write(int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>Writes the specified <code>byte</code> to this output stream.
<DT><A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="./org/apache/commons/codec/binary/BaseNCodecOutputStream.html" title="class in org.apache.commons.codec.binary">BaseNCodecOutputStream</A>
<DD>Writes <code>len</code> bytes from the specified <code>b</code> array starting at <code>offset</code> to this
 output stream.
<DT><A HREF="./org/apache/commons/codec/net/URLCodec.html#WWW_FORM_URL"><B>WWW_FORM_URL</B></A> - 
Static variable in class org.apache.commons.codec.net.<A HREF="./org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>BitSet of www-form-url safe characters.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> 

<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
commons-codec version 1.5-SNAPSHOT - Copyright &copy; 2002-2011 - Apache Software Foundation
</BODY>
</HTML>