This file is indexed.

/usr/share/doc/libjcifs-java/api/index-all.html is in libjcifs-java-doc 1.3.19-2.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html>
<head>
<title>Index (JCIFS API)</title>
<meta name="date" content="2018-01-23">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Index (JCIFS API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!--   -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/smb/DosFileFilter.html#accept-jcifs.smb.SmbFile-">accept(SmbFile)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/DosFileFilter.html" title="class in jcifs.smb">DosFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileFilter.html#accept-jcifs.smb.SmbFile-">accept(SmbFile)</a></span> - Method in interface jcifs.smb.<a href="jcifs/smb/SmbFileFilter.html" title="interface in jcifs.smb">SmbFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFilenameFilter.html#accept-jcifs.smb.SmbFile-java.lang.String-">accept(SmbFile, String)</a></span> - Method in interface jcifs.smb.<a href="jcifs/smb/SmbFilenameFilter.html" title="interface in jcifs.smb">SmbFilenameFilter</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/ACE.html" title="class in jcifs.smb"><span class="typeNameLink">ACE</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">An Access Control Entry (ACE) is an element in a security descriptor
 such as those associated with files and directories.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#ACE--">ACE()</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#ANONYMOUS">ANONYMOUS</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#ATTR_ARCHIVE">ATTR_ARCHIVE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">A file with this bit on as returned by <tt>getAttributes()</tt> or set
 with <tt>setAttributes()</tt> is an archived file</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#ATTR_DIRECTORY">ATTR_DIRECTORY</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">A file with this bit on as returned by <tt>getAttributes()</tt> is
 a directory</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#ATTR_HIDDEN">ATTR_HIDDEN</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">A file with this bit on as returned by <tt>getAttributes()</tt> or set
 with <tt>setAttributes()</tt> will be hidden</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#ATTR_READONLY">ATTR_READONLY</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">A file with this bit on as returned by <tt>getAttributes()</tt> or set
 with <tt>setAttributes()</tt> will be read-only</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#ATTR_SYSTEM">ATTR_SYSTEM</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">A file with this bit on as returned by <tt>getAttributes()</tt> or set
 with <tt>setAttributes()</tt> will be a system file</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#ATTR_VOLUME">ATTR_VOLUME</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">A file with this bit on as returned by <tt>getAttributes()</tt> is
 a volume</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/DosFileFilter.html#attributes">attributes</a></span> - Variable in class jcifs.smb.<a href="jcifs/smb/DosFileFilter.html" title="class in jcifs.smb">DosFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#available--">available()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>
<div class="block">This stream class is unbuffered.</div>
</dd>
</dl>
<a name="I:B">
<!--   -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#B_NODE">B_NODE</a></span> - Static variable in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">A B node only broadcasts name queries.</div>
</dd>
<dt><a href="jcifs/util/Base64.html" title="class in jcifs.util"><span class="typeNameLink">Base64</span></a> - Class in <a href="jcifs/util/package-summary.html">jcifs.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/Base64.html#Base64--">Base64()</a></span> - Constructor for class jcifs.util.<a href="jcifs/util/Base64.html" title="class in jcifs.util">Base64</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:C">
<!--   -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#canRead--">canRead()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Tests to see if the file this <code>SmbFile</code> represents can be
 read.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#canWrite--">canWrite()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Tests to see if the file this <code>SmbFile</code> represents
 exists and is not marked read-only.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/HMACT64.html#clone--">clone()</a></span> - Method in class jcifs.util.<a href="jcifs/util/HMACT64.html" title="class in jcifs.util">HMACT64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#close--">close()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>
<div class="block">Closes this input stream and releases any system resources associated with the stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#close--">close()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Closes this output stream and releases any system resources associated
 with it.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#close--">close()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/Config.html" title="class in jcifs"><span class="typeNameLink">Config</span></a> - Class in <a href="jcifs/package-summary.html">jcifs</a></dt>
<dd>
<div class="block">This class uses a static <code>Properties</code> to act
 as a cental repository for all jCIFS configuration properties.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#connect--">connect()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">It is not necessary to call this method directly.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#copyTo-jcifs.smb.SmbFile-">copyTo(SmbFile)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">This method will copy the file or directory represented by this
 <tt>SmbFile</tt> and it's sub-contents to the location specified by the
 <tt>dest</tt> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#createNewFile--">createNewFile()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Create a new file but fail if it already exists.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#createTime--">createTime()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Retrieve the time this <code>SmbFile</code> was created.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#CREATOR_OWNER">CREATOR_OWNER</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:D">
<!--   -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/util/Base64.html#decode-java.lang.String-">decode(String)</a></span> - Static method in class jcifs.util.<a href="jcifs/util/Base64.html" title="class in jcifs.util">Base64</a></dt>
<dd>
<div class="block">Decodes the supplied Base-64 encoded string.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#DEFAULT_OEM_ENCODING">DEFAULT_OEM_ENCODING</a></span> - Static variable in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#DELETE">DELETE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#delete--">delete()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">This method will delete the file or directory specified by this
 <code>SmbFile</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#dfs">dfs</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/DosFileFilter.html" title="class in jcifs.smb"><span class="typeNameLink">DosFileFilter</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/DosFileFilter.html#DosFileFilter-java.lang.String-int-">DosFileFilter(String, int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/DosFileFilter.html" title="class in jcifs.smb">DosFileFilter</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:E">
<!--   -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/util/Base64.html#encode-byte:A-">encode(byte[])</a></span> - Static method in class jcifs.util.<a href="jcifs/util/Base64.html" title="class in jcifs.util">Base64</a></dt>
<dd>
<div class="block">Base-64 encodes the supplied block of data.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/HMACT64.html#engineDigest--">engineDigest()</a></span> - Method in class jcifs.util.<a href="jcifs/util/HMACT64.html" title="class in jcifs.util">HMACT64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/HMACT64.html#engineDigest-byte:A-int-int-">engineDigest(byte[], int, int)</a></span> - Method in class jcifs.util.<a href="jcifs/util/HMACT64.html" title="class in jcifs.util">HMACT64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/HMACT64.html#engineGetDigestLength--">engineGetDigestLength()</a></span> - Method in class jcifs.util.<a href="jcifs/util/HMACT64.html" title="class in jcifs.util">HMACT64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/HMACT64.html#engineReset--">engineReset()</a></span> - Method in class jcifs.util.<a href="jcifs/util/HMACT64.html" title="class in jcifs.util">HMACT64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/HMACT64.html#engineUpdate-byte-">engineUpdate(byte)</a></span> - Method in class jcifs.util.<a href="jcifs/util/HMACT64.html" title="class in jcifs.util">HMACT64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/HMACT64.html#engineUpdate-byte:A-int-int-">engineUpdate(byte[], int, int)</a></span> - Method in class jcifs.util.<a href="jcifs/util/HMACT64.html" title="class in jcifs.util">HMACT64</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Determines if this address is equal two another.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Compares two <tt>NtlmPasswordAuthentication</tt> objects for
 equality.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Tests to see if two <code>SmbFile</code> objects are equal.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Compare two addresses for equality.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#EVERYONE">EVERYONE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#exists--">exists()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Tests to see if the SMB resource exists.</div>
</dd>
</dl>
<a name="I:F">
<!--   -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_APPEND_DATA">FILE_APPEND_DATA</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_DELETE">FILE_DELETE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_EXECUTE">FILE_EXECUTE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#FILE_NO_SHARE">FILE_NO_SHARE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">When specified as the <tt>shareAccess</tt> constructor parameter,
 other SMB clients (including other threads making calls into jCIFS)
 will not be permitted to access the target file and will receive "The
 file is being accessed by another process" message.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_READ_ATTRIBUTES">FILE_READ_ATTRIBUTES</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_READ_DATA">FILE_READ_DATA</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_READ_EA">FILE_READ_EA</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#FILE_SHARE_DELETE">FILE_SHARE_DELETE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">When specified as the <tt>shareAccess</tt> constructor parameter,
 other SMB clients will be permitted to delete the target file while
 this file is open.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#FILE_SHARE_READ">FILE_SHARE_READ</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">When specified as the <tt>shareAccess</tt> constructor parameter,
 other SMB clients will be permitted to read from the target file while
 this file is open.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#FILE_SHARE_WRITE">FILE_SHARE_WRITE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">When specified as the <tt>shareAccess</tt> constructor parameter,
 other SMB clients will be permitted to write to the target file while
 this file is open.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_WRITE_ATTRIBUTES">FILE_WRITE_ATTRIBUTES</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_WRITE_DATA">FILE_WRITE_DATA</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FILE_WRITE_EA">FILE_WRITE_EA</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#firstCalledName--">firstCalledName()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#firstCalledName--">firstCalledName()</a></span> - Method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Guess first called name to try for session establishment.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FLAGS_CONTAINER_INHERIT">FLAGS_CONTAINER_INHERIT</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FLAGS_INHERIT_ONLY">FLAGS_INHERIT_ONLY</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FLAGS_INHERITED">FLAGS_INHERITED</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FLAGS_NO_PROPAGATE">FLAGS_NO_PROPAGATE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#FLAGS_OBJECT_INHERIT">FLAGS_OBJECT_INHERIT</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:G">
<!--   -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#GENERIC_ALL">GENERIC_ALL</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#GENERIC_EXECUTE">GENERIC_EXECUTE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#GENERIC_READ">GENERIC_READ</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#GENERIC_WRITE">GENERIC_WRITE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#get-java.lang.String-">get(String)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve a property as an <code>Object</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#getAccessMask--">getAccessMask()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>
<div class="block">Returns the access mask accociated with this ACE.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#getAccountName--">getAccountName()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Return the sAMAccountName of this SID unless it could not
 be resolved in which case the numeric RID is returned.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getAddress--">getAddress()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Returns the raw IP address of this NbtAddress.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#getAddress--">getAddress()</a></span> - Method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Return the underlying <tt>NbtAddress</tt> or <tt>InetAddress</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getAllByAddress-java.lang.String-">getAllByAddress(String)</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Retrieve all addresses of a host by it's address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getAllByAddress-java.lang.String-int-java.lang.String-">getAllByAddress(String, int, String)</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Retrieve all addresses of a host by it's address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getAllByAddress-jcifs.netbios.NbtAddress-">getAllByAddress(NbtAddress)</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Retrieve all addresses of a host by it's address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getAllByName-java.lang.String-int-java.lang.String-java.net.InetAddress-">getAllByName(String, int, String, InetAddress)</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#getAllByName-java.lang.String-boolean-">getAllByName(String, boolean)</a></span> - Static method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getAnsiHash-byte:A-">getAnsiHash(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Computes the 24 byte ANSI password hash given the 8 byte server challenge.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#getApplyToText--">getApplyToText()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>
<div class="block">Returns the 'Apply To' text for inheritance of ACEs on
 directories such as 'This folder, subfolder and files'.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getAttributes--">getAttributes()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Return the attributes of this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getBoolean-java.lang.String-boolean-">getBoolean(String, boolean)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve a boolean value.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getByName-java.lang.String-">getByName(String)</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Determines the address of a host given it's host name.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getByName-java.lang.String-int-java.lang.String-">getByName(String, int, String)</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Determines the address of a host given it's host name.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getByName-java.lang.String-int-java.lang.String-java.net.InetAddress-">getByName(String, int, String, InetAddress)</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#getByName-java.lang.String-">getByName(String)</a></span> - Static method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Determines the address of a host given it's host name.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#getByName-java.lang.String-boolean-">getByName(String, boolean)</a></span> - Static method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Lookup <tt>hostname</tt> and return it's <tt>UniAddress</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getCanonicalPath--">getCanonicalPath()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returns the full URL of this SMB resource with '.' and '..' components
 factored out.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getContentLength--">getContentLength()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">This URLConnection method just returns the result of <tt>length()</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getDate--">getDate()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">This URLConnection method just returns the result of <tt>lastModified</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getDfsPath--">getDfsPath()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">If the path of this <code>SmbFile</code> falls within a DFS volume,
 this method will return the referral path to which it maps.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getDiskFreeSpace--">getDiskFreeSpace()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">This method returns the free disk space in bytes of the drive this share
 represents or the drive on which the directory or file resides.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getDomain--">getDomain()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Returns the domain.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#getDomainName--">getDomainName()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Return the domain name of this SID unless it could not be
 resolved in which case the numeric representation is returned.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#getDomainSid--">getDomainSid()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#getFilePointer--">getFilePointer()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#getFlags--">getFlags()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>
<div class="block">Returns the flags for this ACE.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#getGroupMemberSids-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-int-">getGroupMemberSids(String, NtlmPasswordAuthentication, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getHostAddress--">getHostAddress()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Returns this IP adress as a <code>String</code> in the form "%d.%d.%d.%d".</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#getHostAddress--">getHostAddress()</a></span> - Method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Return the IP address as text such as "192.168.1.15".</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getHostName--">getHostName()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">The hostname of this address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#getHostName--">getHostName()</a></span> - Method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Return the hostname of this address such as "MYCOMPUTER".</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getInetAddress-java.lang.String-java.net.InetAddress-">getInetAddress(String, InetAddress)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve an <code>InetAddress</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getInetAddress--">getInetAddress()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">To convert this address to an <code>InetAddress</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getInetAddressArray-java.lang.String-java.lang.String-java.net.InetAddress:A-">getInetAddressArray(String, String, InetAddress[])</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve an array of <tt>InetAddress</tt> created from a property
 value containting a <tt>delim</tt> separated list of hostnames and/or
 ipaddresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getInputStream--">getInputStream()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">This URLConnection method just returns a new <tt>SmbFileInputStream</tt> created with this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/LogStream.html#getInstance--">getInstance()</a></span> - Static method in class jcifs.util.<a href="jcifs/util/LogStream.html" title="class in jcifs.util">LogStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getInt-java.lang.String-int-">getInt(String, int)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve an <code>int</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getInt-java.lang.String-">getInt(String)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve an <code>int</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getLastModified--">getLastModified()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">This URLConnection method just returns the result of <tt>lastModified</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getLMv2Response-java.lang.String-java.lang.String-java.lang.String-byte:A-byte:A-">getLMv2Response(String, String, String, byte[], byte[])</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Creates the LMv2 response for the supplied information.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getLMv2Response-byte:A-byte:A-byte:A-">getLMv2Response(byte[], byte[], byte[])</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getLocalHost--">getLocalHost()</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getLocalHost--">getLocalHost()</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Retrieves the local host address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getLocalName--">getLocalName()</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getLong-java.lang.String-long-">getLong(String, long)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve a <code>long</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getMacAddress--">getMacAddress()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Retrieves the MAC address of the remote network interface.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getName--">getName()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Return the domain and username in the format:
 <tt>domain\\username</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getName--">getName()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returns the last component of the target URL.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#getNamedPipeInputStream--">getNamedPipeInputStream()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>
<div class="block">Return the <code>InputStream</code> used to read information
 from this pipe instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#getNamedPipeOutputStream--">getNamedPipeOutputStream()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>
<div class="block">Return the <code>OutputStream</code> used to write
 information to this pipe instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getNameType--">getNameType()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Returned the hex code associated with this name(e.g.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmContext.html#getNetbiosName--">getNetbiosName()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmContext.html" title="class in jcifs.smb">NtlmContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getNodeType--">getNodeType()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Checks the node type of this address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getNTLM2Response-byte:A-byte:A-byte:A-">getNTLM2Response(byte[], byte[], byte[])</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmAuthenticator.html#getNtlmPasswordAuthentication--">getNtlmPasswordAuthentication()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmAuthenticator.html" title="class in jcifs.smb">NtlmAuthenticator</a></dt>
<dd>
<div class="block">An application extending this class must provide an implementation for this method that returns new user credentials try try when accessing SMB resources described by the <tt>getRequestingURL</tt> and <tt>getRequestingException</tt> methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getNTLMResponse-java.lang.String-byte:A-">getNTLMResponse(String, byte[])</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Generate the Unicode MD4 hash for the password associated with these credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getNTLMv2Response-byte:A-byte:A-byte:A-long-byte:A-">getNTLMv2Response(byte[], byte[], byte[], long, byte[])</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbException.html#getNtStatus--">getNtStatus()</a></span> - Method in exception jcifs.smb.<a href="jcifs/smb/SmbException.html" title="class in jcifs.smb">SmbException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getOutputStream--">getOutputStream()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">This URLConnection method just returns a new <tt>SmbFileOutputStream</tt> created with this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getParent--">getParent()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Everything but the last component of the URL representing this SMB
 resource is effectivly it's parent.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getPassword--">getPassword()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Returns the password in plain text or <tt>null</tt> if the raw password
 hashes were used to construct this <tt>NtlmPasswordAuthentication</tt>
 object which will be the case when NTLM HTTP Authentication is
 used.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getPath--">getPath()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returns the full uncanonicalized URL of this SMB resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getPreNTLMResponse-java.lang.String-byte:A-">getPreNTLMResponse(String, byte[])</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Generate the ANSI DES hash for the password associated with these credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getPrincipal--">getPrincipal()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returns the <tt>NtlmPasswordAuthentication</tt> object used as
 credentials with this file or pipe.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getProperty-java.lang.String-java.lang.String-">getProperty(String, String)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve a <code>String</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#getProperty-java.lang.String-">getProperty(String)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Retrieve a <code>String</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmAuthenticator.html#getRequestingException--">getRequestingException()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmAuthenticator.html" title="class in jcifs.smb">NtlmAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmAuthenticator.html#getRequestingURL--">getRequestingURL()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmAuthenticator.html" title="class in jcifs.smb">NtlmAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#getRid--">getRid()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbException.html#getRootCause--">getRootCause()</a></span> - Method in exception jcifs.smb.<a href="jcifs/smb/SmbException.html" title="class in jcifs.smb">SmbException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getSecurity-boolean-">getSecurity(boolean)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Return an array of Access Control Entry (ACE) objects representing
 the security descriptor associated with this file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getSecurity--">getSecurity()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Return an array of Access Control Entry (ACE) objects representing
 the security descriptor associated with this file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getServer--">getServer()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Retrieve the hostname of the server for this SMB resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmContext.html#getServerChallenge--">getServerChallenge()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmContext.html" title="class in jcifs.smb">NtlmContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#getServerSid-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-">getServerSid(String, NtlmPasswordAuthentication)</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getShare--">getShare()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Retrieves the share associated with this SMB resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getShareSecurity-boolean-">getShareSecurity(boolean)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Return an array of Access Control Entry (ACE) objects representing
 the share permissions on the share exporting this file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#getSID--">getSID()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>
<div class="block">Return the SID associated with this ACE.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmContext.html#getSigningKey--">getSigningKey()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmContext.html" title="class in jcifs.smb">NtlmContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getSigningKey-byte:A-">getSigningKey(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#getType--">getType()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Returns the type of this SID indicating the state or type of account.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getType--">getType()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returns type of of object this <tt>SmbFile</tt> represents.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#getTypeText--">getTypeText()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Return text represeting the SID type suitable for display to
 users.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#getUncPath--">getUncPath()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Retuns the Windows UNC style path with backslashs intead of forward slashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getUnicodeHash-byte:A-">getUnicodeHash(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Computes the 24 byte Unicode password hash given the 8 byte server challenge.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getUsername--">getUsername()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Returns the username.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#getUserSessionKey-byte:A-">getUserSessionKey(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Returns the effective user session key.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#getWINSAddress--">getWINSAddress()</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:H">
<!--   -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#H_NODE">H_NODE</a></span> - Static variable in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">A Hybrid node tries to resolve a name using the nameserver first.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#hashCode--">hashCode()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Returns a hashcode for this IP address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#hashCode--">hashCode()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Return the upcased username hash code.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#hashCode--">hashCode()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#hashCode--">hashCode()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Computes a hashCode for this file based on the URL string and IP
 address if the server.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#hashCode--">hashCode()</a></span> - Method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Return the IP address of this address as a 32 bit integer.</div>
</dd>
<dt><a href="jcifs/util/HMACT64.html" title="class in jcifs.util"><span class="typeNameLink">HMACT64</span></a> - Class in <a href="jcifs/util/package-summary.html">jcifs.util</a></dt>
<dd>
<div class="block">This is an implementation of the HMACT64 keyed hashing algorithm.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/HMACT64.html#HMACT64-byte:A-">HMACT64(byte[])</a></span> - Constructor for class jcifs.util.<a href="jcifs/util/HMACT64.html" title="class in jcifs.util">HMACT64</a></dt>
<dd>
<div class="block">Creates an HMACT64 instance which uses the given secret key material.</div>
</dd>
</dl>
<a name="I:I">
<!--   -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/util/RC4.html#init-byte:A-int-int-">init(byte[], int, int)</a></span> - Method in class jcifs.util.<a href="jcifs/util/RC4.html" title="class in jcifs.util">RC4</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmContext.html#initSecContext-byte:A-int-int-">initSecContext(byte[], int, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmContext.html" title="class in jcifs.smb">NtlmContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#isActive--">isActive()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Determines if this address is active.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#isAllow--">isAllow()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>
<div class="block">Returns true if this ACE is an allow ACE and false if it is a deny ACE.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#isBeingDeleted--">isBeingDeleted()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Determines if this address in the process of being deleted.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#isDirectory--">isDirectory()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Tests to see if the file this <code>SmbFile</code> represents is a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmContext.html#isEstablished--">isEstablished()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmContext.html" title="class in jcifs.smb">NtlmContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#isFile--">isFile()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Tests to see if the file this <code>SmbFile</code> represents is not a directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#isGroupAddress--">isGroupAddress()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Determines if the address is a group address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#isHidden--">isHidden()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Tests to see if the file this SmbFile represents is marked as
 hidden.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#isInConflict--">isInConflict()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Determines if this address in conflict with another address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#isInherited--">isInherited()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>
<div class="block">Returns true if this ACE is an inherited ACE and false if it is a direct ACE.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#isOpen--">isOpen()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#isPermanent--">isPermanent()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Determines if this address is set to be permanent.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#isWINS-java.net.InetAddress-">isWINS(InetAddress)</a></span> - Static method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:J">
<!--   -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="jcifs/package-summary.html">jcifs</a> - package jcifs</dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/netbios/package-summary.html">jcifs.netbios</a> - package jcifs.netbios</dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/package-summary.html">jcifs.smb</a> - package jcifs.smb</dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/util/package-summary.html">jcifs.util</a> - package jcifs.util</dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:L">
<!--   -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#lastModified--">lastModified()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Retrieve the last time the file represented by this
 <code>SmbFile</code> was modified.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#length--">length()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returns the length of this <tt>SmbFile</tt> in bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#length--">length()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/LogStream.html#level">level</a></span> - Static variable in class jcifs.util.<a href="jcifs/util/LogStream.html" title="class in jcifs.util">LogStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#list-java.io.PrintStream-">list(PrintStream)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">List the properties in the <code>Code</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#list--">list()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">List the contents of this SMB resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#list-jcifs.smb.SmbFilenameFilter-">list(SmbFilenameFilter)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">List the contents of this SMB resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#listFiles--">listFiles()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">List the contents of this SMB resource as an array of
 <code>SmbFile</code> objects.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#listFiles-java.lang.String-">listFiles(String)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">The CIFS protocol provides for DOS "wildcards" to be used as
 a performance enhancement.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#listFiles-jcifs.smb.SmbFilenameFilter-">listFiles(SmbFilenameFilter)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">List the contents of this SMB resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#listFiles-jcifs.smb.SmbFileFilter-">listFiles(SmbFileFilter)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">List the contents of this SMB resource.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#load-java.io.InputStream-">load(InputStream)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Load the <code>Config</code> with properties from the stream
 <code>in</code> from a <code>Properties</code> file.</div>
</dd>
<dt><a href="jcifs/util/LogStream.html" title="class in jcifs.util"><span class="typeNameLink">LogStream</span></a> - Class in <a href="jcifs/util/package-summary.html">jcifs.util</a></dt>
<dd>
<div class="block">0 - nothing
1 - critical [default]
2 - basic info can be logged under load
3 - almost everything
N - debugging</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/LogStream.html#LogStream-java.io.PrintStream-">LogStream(PrintStream)</a></span> - Constructor for class jcifs.util.<a href="jcifs/util/LogStream.html" title="class in jcifs.util">LogStream</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:M">
<!--   -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#M_NODE">M_NODE</a></span> - Static variable in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Try Broadcast queries first, then try to resolve the name using the
 nameserver.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#MASTER_BROWSER_NAME">MASTER_BROWSER_NAME</a></span> - Static variable in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">This is a special name for querying the master browser that serves the
 list of hosts found in "Network Neighborhood".</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#mkdir--">mkdir()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Creates a directory with the path specified by this
 <code>SmbFile</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#mkdirs--">mkdirs()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Creates a directory with the path specified by this <tt>SmbFile</tt>
 and any parent directories that do not exist.</div>
</dd>
</dl>
<a name="I:N">
<!--   -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios"><span class="typeNameLink">NbtAddress</span></a> - Class in <a href="jcifs/netbios/package-summary.html">jcifs.netbios</a></dt>
<dd>
<div class="block">This class represents a NetBIOS over TCP/IP address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#nextCalledName--">nextCalledName()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#nextCalledName--">nextCalledName()</a></span> - Method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Guess next called name to try for session establishment.</div>
</dd>
<dt><a href="jcifs/smb/NtlmAuthenticator.html" title="class in jcifs.smb"><span class="typeNameLink">NtlmAuthenticator</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">This class can be extended by applications that wish to trap authentication related exceptions and automatically retry the exceptional operation with different credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmAuthenticator.html#NtlmAuthenticator--">NtlmAuthenticator()</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/NtlmAuthenticator.html" title="class in jcifs.smb">NtlmAuthenticator</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/NtlmContext.html" title="class in jcifs.smb"><span class="typeNameLink">NtlmContext</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">For initiating NTLM authentication (including NTLMv2).</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmContext.html#NtlmContext-jcifs.smb.NtlmPasswordAuthentication-boolean-">NtlmContext(NtlmPasswordAuthentication, boolean)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/NtlmContext.html" title="class in jcifs.smb">NtlmContext</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb"><span class="typeNameLink">NtlmPasswordAuthentication</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">This class stores and encrypts NTLM user credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#NtlmPasswordAuthentication-java.lang.String-">NtlmPasswordAuthentication(String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Create an <tt>NtlmPasswordAuthentication</tt> object from the userinfo
 component of an SMB URL like "<tt>domain;user:pass</tt>".</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#NtlmPasswordAuthentication-java.lang.String-java.lang.String-java.lang.String-">NtlmPasswordAuthentication(String, String, String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Create an <tt>NtlmPasswordAuthentication</tt> object from a
 domain, username, and password.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#NtlmPasswordAuthentication-java.lang.String-java.lang.String-byte:A-byte:A-byte:A-">NtlmPasswordAuthentication(String, String, byte[], byte[], byte[])</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Create an <tt>NtlmPasswordAuthentication</tt> object with raw password
 hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#nTOWFv1-java.lang.String-">nTOWFv1(String)</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#nTOWFv2-java.lang.String-java.lang.String-java.lang.String-">nTOWFv2(String, String, String)</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:P">
<!--   -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#P_NODE">P_NODE</a></span> - Static variable in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">A Point-to-Point node, or P node, unicasts queries to a nameserver
 only.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#pathNamesPossiblyEqual-java.lang.String-java.lang.String-">pathNamesPossiblyEqual(String, String)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#PIPE_TYPE_CALL">PIPE_TYPE_CALL</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>
<div class="block">Pipe operations should behave like the <code>CallNamedPipe</code> Win32 Named Pipe function.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#PIPE_TYPE_DCE_TRANSACT">PIPE_TYPE_DCE_TRANSACT</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#PIPE_TYPE_RDONLY">PIPE_TYPE_RDONLY</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>
<div class="block">The pipe should be opened read-only.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#PIPE_TYPE_RDWR">PIPE_TYPE_RDWR</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>
<div class="block">The pipe should be opened for both reading and writing.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#PIPE_TYPE_TRANSACT">PIPE_TYPE_TRANSACT</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>
<div class="block">Pipe operations should behave like the <code>TransactNamedPipe</code> Win32 Named Pipe function.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#PIPE_TYPE_WRONLY">PIPE_TYPE_WRONLY</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>
<div class="block">The pipe should be opened only for writing.</div>
</dd>
</dl>
<a name="I:R">
<!--   -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="jcifs/util/RC4.html" title="class in jcifs.util"><span class="typeNameLink">RC4</span></a> - Class in <a href="jcifs/util/package-summary.html">jcifs.util</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/RC4.html#RC4--">RC4()</a></span> - Constructor for class jcifs.util.<a href="jcifs/util/RC4.html" title="class in jcifs.util">RC4</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/RC4.html#RC4-byte:A-">RC4(byte[])</a></span> - Constructor for class jcifs.util.<a href="jcifs/util/RC4.html" title="class in jcifs.util">RC4</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#read--">read()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>
<div class="block">Reads a byte of data from this input stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#read-byte:A-">read(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>
<div class="block">Reads up to b.length bytes of data from this input stream into an array of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>
<div class="block">Reads up to len bytes of data from this input stream into an array of bytes.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#read--">read()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#read-byte:A-">read(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#read-byte:A-int-int-">read(byte[], int, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#READ_CONTROL">READ_CONTROL</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readBoolean--">readBoolean()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readByte--">readByte()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readChar--">readChar()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#readDirect-byte:A-int-int-">readDirect(byte[], int, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readDouble--">readDouble()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readFloat--">readFloat()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readFully-byte:A-">readFully(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readFully-byte:A-int-int-">readFully(byte[], int, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readInt--">readInt()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readLine--">readLine()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readLong--">readLong()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readShort--">readShort()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readUnsignedByte--">readUnsignedByte()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readUnsignedShort--">readUnsignedShort()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#readUTF--">readUTF()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#registerSmbURLHandler--">registerSmbURLHandler()</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">This static method registers the SMB URL protocol handler which is
 required to use SMB URLs with the <tt>java.net.URL</tt> class.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#renameTo-jcifs.smb.SmbFile-">renameTo(SmbFile)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Changes the name of the file this <code>SmbFile</code> represents to the name
 designated by the <code>SmbFile</code> argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmAuthenticator.html#requestNtlmPasswordAuthentication-java.lang.String-jcifs.smb.SmbAuthException-">requestNtlmPasswordAuthentication(String, SmbAuthException)</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmAuthenticator.html" title="class in jcifs.smb">NtlmAuthenticator</a></dt>
<dd>
<div class="block">Used internally by jCIFS when an <tt>SmbAuthException</tt> is trapped to retrieve new user credentials.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#resolve-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-">resolve(String, NtlmPasswordAuthentication)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Manually resolve this SID.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#resolveSids-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-jcifs.smb.SID:A-int-int-">resolveSids(String, NtlmPasswordAuthentication, SID[], int, int)</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#resolveSids-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-jcifs.smb.SID:A-">resolveSids(String, NtlmPasswordAuthentication, SID[])</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Resolve an array of SIDs using a cache and at most one MSRPC request.</div>
</dd>
</dl>
<a name="I:S">
<!--   -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#seek-long-">seek(long)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#setAttributes-int-">setAttributes(int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Set the attributes of this file.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#setCreateTime-long-">setCreateTime(long)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Set the create time of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmAuthenticator.html#setDefault-jcifs.smb.NtlmAuthenticator-">setDefault(NtlmAuthenticator)</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/NtlmAuthenticator.html" title="class in jcifs.smb">NtlmAuthenticator</a></dt>
<dd>
<div class="block">Set the default <tt>NtlmAuthenticator</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/LogStream.html#setInstance-java.io.PrintStream-">setInstance(PrintStream)</a></span> - Static method in class jcifs.util.<a href="jcifs/util/LogStream.html" title="class in jcifs.util">LogStream</a></dt>
<dd>
<div class="block">This must be called before <tt>getInstance</tt> is called or
 it will have no effect.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#setLastModified-long-">setLastModified(long)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Set the last modified time of the file.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#setLength-long-">setLength(long)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/LogStream.html#setLevel-int-">setLevel(int)</a></span> - Static method in class jcifs.util.<a href="jcifs/util/LogStream.html" title="class in jcifs.util">LogStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#seToIoe-jcifs.smb.SmbException-">seToIoe(SmbException)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#setProperties-java.util.Properties-">setProperties(Properties)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Set the default properties of the static Properties used by <tt>Config</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#setProperty-java.lang.String-java.lang.String-">setProperty(String, String)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>
<div class="block">Add a property.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#setReadOnly--">setReadOnly()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Make this file read-only.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#setReadWrite--">setReadWrite()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Turn off the read-only attribute of this file.</div>
</dd>
<dt><a href="jcifs/smb/SID.html" title="class in jcifs.smb"><span class="typeNameLink">SID</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">A Windows SID is a numeric identifier used to represent Windows
 accounts.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID-byte:A-int-">SID(byte[], int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID-java.lang.String-">SID(String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Construct a SID from it's textual representation such as
 <tt>S-1-5-21-1496946806-2192648263-3843101252-1029</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID-jcifs.smb.SID-int-">SID(SID, int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Construct a SID from a domain SID and an RID
 (relative identifier).</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID-jcifs.dcerpc.rpc.sid_t-int-java.lang.String-java.lang.String-boolean-">SID(rpc.sid_t, int, String, String, boolean)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_FLAG_RESOLVE_SIDS">SID_FLAG_RESOLVE_SIDS</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_ALIAS">SID_TYPE_ALIAS</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_DELETED">SID_TYPE_DELETED</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_DOM_GRP">SID_TYPE_DOM_GRP</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_DOMAIN">SID_TYPE_DOMAIN</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_INVALID">SID_TYPE_INVALID</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_UNKNOWN">SID_TYPE_UNKNOWN</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_USE_NONE">SID_TYPE_USE_NONE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_USER">SID_TYPE_USER</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SID_TYPE_WKN_GRP">SID_TYPE_WKN_GRP</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#skip-long-">skip(long)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>
<div class="block">Skip n bytes of data on this stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#skipBytes-int-">skipBytes(int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/SmbAuthException.html" title="class in jcifs.smb"><span class="typeNameLink">SmbAuthException</span></a> - Exception in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">The <code>SmbAuthException</code> encapsulates the variety of
 authentication related error codes returned by an SMB server.</div>
</dd>
<dt><a href="jcifs/smb/SmbException.html" title="class in jcifs.smb"><span class="typeNameLink">SmbException</span></a> - Exception in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">There are hundreds of error codes that may be returned by a CIFS
 server.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbException.html#SmbException-int-boolean-">SmbException(int, boolean)</a></span> - Constructor for exception jcifs.smb.<a href="jcifs/smb/SmbException.html" title="class in jcifs.smb">SmbException</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb"><span class="typeNameLink">SmbFile</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">This class represents a resource on an SMB network.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-java.lang.String-">SmbFile(String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such as
 a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-jcifs.smb.SmbFile-java.lang.String-">SmbFile(SmbFile, String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such
 as a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-java.lang.String-java.lang.String-">SmbFile(String, String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such
 as a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-">SmbFile(String, NtlmPasswordAuthentication)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such
 as a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-int-">SmbFile(String, NtlmPasswordAuthentication, int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a file on an SMB network.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-java.lang.String-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-">SmbFile(String, String, NtlmPasswordAuthentication)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such
 as a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-java.lang.String-java.lang.String-jcifs.smb.NtlmPasswordAuthentication-int-">SmbFile(String, String, NtlmPasswordAuthentication, int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such
 as a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-jcifs.smb.SmbFile-java.lang.String-int-">SmbFile(SmbFile, String, int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such
 as a file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-java.net.URL-">SmbFile(URL)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such
 as a file or directory from a <tt>URL</tt> object.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#SmbFile-java.net.URL-jcifs.smb.NtlmPasswordAuthentication-">SmbFile(URL, NtlmPasswordAuthentication)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Constructs an SmbFile representing a resource on an SMB network such
 as a file or directory from a <tt>URL</tt> object and an
 <tt>NtlmPasswordAuthentication</tt> object.</div>
</dd>
<dt><a href="jcifs/smb/SmbFileFilter.html" title="interface in jcifs.smb"><span class="typeNameLink">SmbFileFilter</span></a> - Interface in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb"><span class="typeNameLink">SmbFileInputStream</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">This InputStream can read bytes from a file on an SMB file server.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#SmbFileInputStream-java.lang.String-">SmbFileInputStream(String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>
<div class="block">Creates an <code>InputStream</code> for reading bytes from a file on
 an SMB server addressed by the <code>url</code> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileInputStream.html#SmbFileInputStream-jcifs.smb.SmbFile-">SmbFileInputStream(SmbFile)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFileInputStream.html" title="class in jcifs.smb">SmbFileInputStream</a></dt>
<dd>
<div class="block">Creates an <code>InputStream</code> for reading bytes from a file on
 an SMB server represented by the <a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb"><code>SmbFile</code></a> parameter.</div>
</dd>
<dt><a href="jcifs/smb/SmbFilenameFilter.html" title="interface in jcifs.smb"><span class="typeNameLink">SmbFilenameFilter</span></a> - Interface in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb"><span class="typeNameLink">SmbFileOutputStream</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">This <code>OutputStream</code> can write bytes to a file on an SMB file server.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#SmbFileOutputStream-java.lang.String-">SmbFileOutputStream(String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Creates an <code>OutputStream</code> for writing to a file
 on an SMB server addressed by the URL parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#SmbFileOutputStream-jcifs.smb.SmbFile-">SmbFileOutputStream(SmbFile)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Creates an <code>OutputStream</code> for writing bytes to a file on
 an SMB server represented by the <a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb"><code>SmbFile</code></a> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#SmbFileOutputStream-java.lang.String-boolean-">SmbFileOutputStream(String, boolean)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Creates an <code>OutputStream</code> for writing bytes to a file on an
 SMB server addressed by the URL parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#SmbFileOutputStream-jcifs.smb.SmbFile-boolean-">SmbFileOutputStream(SmbFile, boolean)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Creates an <code>OutputStream</code> for writing bytes to a file
 on an SMB server addressed by the <code>SmbFile</code> parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#SmbFileOutputStream-java.lang.String-int-">SmbFileOutputStream(String, int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Creates an <code>OutputStream</code> for writing bytes to a file
 on an SMB server addressed by the <code>SmbFile</code> parameter.</div>
</dd>
<dt><a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb"><span class="typeNameLink">SmbNamedPipe</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>
<div class="block">This class will allow a Java program to read and write data to Named
 Pipes and Transact NamedPipes.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#SmbNamedPipe-java.lang.String-int-">SmbNamedPipe(String, int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>
<div class="block">Open the Named Pipe resource specified by the url
 parameter.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#SmbNamedPipe-java.lang.String-int-jcifs.smb.NtlmPasswordAuthentication-">SmbNamedPipe(String, int, NtlmPasswordAuthentication)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbNamedPipe.html#SmbNamedPipe-java.net.URL-int-jcifs.smb.NtlmPasswordAuthentication-">SmbNamedPipe(URL, int, NtlmPasswordAuthentication)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbNamedPipe.html" title="class in jcifs.smb">SmbNamedPipe</a></dt>
<dd>&nbsp;</dd>
<dt><a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb"><span class="typeNameLink">SmbRandomAccessFile</span></a> - Class in <a href="jcifs/smb/package-summary.html">jcifs.smb</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#SmbRandomAccessFile-java.lang.String-java.lang.String-int-">SmbRandomAccessFile(String, String, int)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#SmbRandomAccessFile-jcifs.smb.SmbFile-java.lang.String-">SmbRandomAccessFile(SmbFile, String)</a></span> - Constructor for class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#SMBSERVER_NAME">SMBSERVER_NAME</a></span> - Static variable in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">A special generic name specified when connecting to a host for which
 a name is not known.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#socketCount">socketCount</a></span> - Static variable in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/Config.html#store-java.io.OutputStream-java.lang.String-">store(OutputStream, String)</a></span> - Static method in class jcifs.<a href="jcifs/Config.html" title="class in jcifs">Config</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#SYNCHRONIZE">SYNCHRONIZE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#SYSTEM">SYSTEM</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:T">
<!--   -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#toByteArray-jcifs.dcerpc.rpc.sid_t-">toByteArray(rpc.sid_t)</a></span> - Static method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#toDisplayString--">toDisplayString()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Return a String representing this SID ideal for display to
 users.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/netbios/NbtAddress.html#toString--">toString()</a></span> - Method in class jcifs.netbios.<a href="jcifs/netbios/NbtAddress.html" title="class in jcifs.netbios">NbtAddress</a></dt>
<dd>
<div class="block">Returns the <code>String</code> representaion of this address.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#toString--">toString()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>
<div class="block">Return a string represeting this ACE.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmContext.html#toString--">toString()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmContext.html" title="class in jcifs.smb">NtlmContext</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/NtlmPasswordAuthentication.html#toString--">toString()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/NtlmPasswordAuthentication.html" title="class in jcifs.smb">NtlmPasswordAuthentication</a></dt>
<dd>
<div class="block">Return the domain and username in the format:
 <tt>domain\\username</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SID.html#toString--">toString()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SID.html" title="class in jcifs.smb">SID</a></dt>
<dd>
<div class="block">Return the numeric representation of this sid such as
 <tt>S-1-5-21-1496946806-2192648263-3843101252-1029</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbException.html#toString--">toString()</a></span> - Method in exception jcifs.smb.<a href="jcifs/smb/SmbException.html" title="class in jcifs.smb">SmbException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#toString--">toString()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returns the string representation of this SmbFile object.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#toString--">toString()</a></span> - Method in class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Return the a text representation of this address such as
 <tt>MYCOMPUTER/192.168.1.15</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#toURL--">toURL()</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">Use getURL() instead</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#TYPE_COMM">TYPE_COMM</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returned by <a href="jcifs/smb/SmbFile.html#getType--"><code>SmbFile.getType()</code></a> if the resource this <tt>SmbFile</tt>
 represents is a communications device.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#TYPE_FILESYSTEM">TYPE_FILESYSTEM</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returned by <a href="jcifs/smb/SmbFile.html#getType--"><code>SmbFile.getType()</code></a> if the resource this <tt>SmbFile</tt>
 represents is a regular file or directory.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#TYPE_NAMED_PIPE">TYPE_NAMED_PIPE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returned by <a href="jcifs/smb/SmbFile.html#getType--"><code>SmbFile.getType()</code></a> if the resource this <tt>SmbFile</tt>
 represents is a named pipe.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#TYPE_PRINTER">TYPE_PRINTER</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returned by <a href="jcifs/smb/SmbFile.html#getType--"><code>SmbFile.getType()</code></a> if the resource this <tt>SmbFile</tt>
 represents is a printer.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#TYPE_SERVER">TYPE_SERVER</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returned by <a href="jcifs/smb/SmbFile.html#getType--"><code>SmbFile.getType()</code></a> if the resource this <tt>SmbFile</tt>
 represents is a server.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#TYPE_SHARE">TYPE_SHARE</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returned by <a href="jcifs/smb/SmbFile.html#getType--"><code>SmbFile.getType()</code></a> if the resource this <tt>SmbFile</tt>
 represents is a share.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFile.html#TYPE_WORKGROUP">TYPE_WORKGROUP</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/SmbFile.html" title="class in jcifs.smb">SmbFile</a></dt>
<dd>
<div class="block">Returned by <a href="jcifs/smb/SmbFile.html#getType--"><code>SmbFile.getType()</code></a> if the resource this <tt>SmbFile</tt>
 represents is a workgroup.</div>
</dd>
</dl>
<a name="I:U">
<!--   -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="jcifs/UniAddress.html" title="class in jcifs"><span class="typeNameLink">UniAddress</span></a> - Class in <a href="jcifs/package-summary.html">jcifs</a></dt>
<dd>
<div class="block">Under normal conditions it is not necessary to use
 this class to use jCIFS properly.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/UniAddress.html#UniAddress-java.lang.Object-">UniAddress(Object)</a></span> - Constructor for class jcifs.<a href="jcifs/UniAddress.html" title="class in jcifs">UniAddress</a></dt>
<dd>
<div class="block">Create a <tt>UniAddress</tt> by wrapping an <tt>InetAddress</tt> or
 <tt>NbtAddress</tt>.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/util/RC4.html#update-byte:A-int-int-byte:A-int-">update(byte[], int, int, byte[], int)</a></span> - Method in class jcifs.util.<a href="jcifs/util/RC4.html" title="class in jcifs.util">RC4</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:W">
<!--   -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="jcifs/smb/DosFileFilter.html#wildcard">wildcard</a></span> - Variable in class jcifs.smb.<a href="jcifs/smb/DosFileFilter.html" title="class in jcifs.smb">DosFileFilter</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#write-int-">write(int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Writes the specified byte to this file output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#write-byte:A-">write(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Writes b.length bytes from the specified byte array to this
 file output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Writes len bytes from the specified byte array starting at
 offset off to this file output stream.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#write-int-">write(int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#write-byte:A-">write(byte[])</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#write-byte:A-int-int-">write(byte[], int, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#WRITE_DAC">WRITE_DAC</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/ACE.html#WRITE_OWNER">WRITE_OWNER</a></span> - Static variable in class jcifs.smb.<a href="jcifs/smb/ACE.html" title="class in jcifs.smb">ACE</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeBoolean-boolean-">writeBoolean(boolean)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeByte-int-">writeByte(int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeBytes-java.lang.String-">writeBytes(String)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeChar-int-">writeChar(int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeChars-java.lang.String-">writeChars(String)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbFileOutputStream.html#writeDirect-byte:A-int-int-int-">writeDirect(byte[], int, int, int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbFileOutputStream.html" title="class in jcifs.smb">SmbFileOutputStream</a></dt>
<dd>
<div class="block">Just bypasses TransWaitNamedPipe - used by DCERPC bind.</div>
</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeDouble-double-">writeDouble(double)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeFloat-float-">writeFloat(float)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeInt-int-">writeInt(int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeLong-long-">writeLong(long)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeShort-int-">writeShort(int)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="jcifs/smb/SmbRandomAccessFile.html#writeUTF-java.lang.String-">writeUTF(String)</a></span> - Method in class jcifs.smb.<a href="jcifs/smb/SmbRandomAccessFile.html" title="class in jcifs.smb">SmbRandomAccessFile</a></dt>
<dd>&nbsp;</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>