Package | Description |
---|---|
jcifs.smb |
Modifier and Type | Class and Description |
---|---|
class |
SmbNamedPipe
This class will allow a Java program to read and write data to Named
Pipes and Transact NamedPipes.
|
Modifier and Type | Method and Description |
---|---|
SmbFile[] |
SmbFile.listFiles()
List the contents of this SMB resource as an array of
SmbResource objects. |
SmbFile[] |
SmbFile.listFiles(SmbFileFilter filter)
List the contents of this SMB resource.
|
SmbFile[] |
SmbFile.listFiles(SmbFilenameFilter filter)
List the contents of this SMB resource.
|
SmbFile[] |
SmbFile.listFiles(String wildcard)
The CIFS protocol provides for DOS "wildcards" to be used as
a performance enhancement.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DosFileFilter.accept(SmbFile file)
This returns true if the file's attributes contain any of the attributes
specified for this filter.
|
boolean |
SmbFileFilter.accept(SmbFile file) |
boolean |
SmbFilenameFilter.accept(SmbFile dir,
String name) |
Constructor and Description |
---|
NetServerEnumIterator(SmbFile parent,
jcifs.smb.SmbTreeHandleImpl th,
String wildcard,
int searchAttributes,
ResourceNameFilter filter) |
SmbFileInputStream(SmbFile file)
Creates an
InputStream for reading bytes from a file on
an SMB server represented by the SmbFile parameter. |
SmbFileOutputStream(SmbFile file)
Creates an
OutputStream for writing bytes to a file on
an SMB server represented by the SmbFile parameter. |
SmbFileOutputStream(SmbFile file,
boolean append)
Creates an
OutputStream for writing bytes to a file
on an SMB server addressed by the SmbFile parameter. |
SmbRandomAccessFile(SmbFile file,
String mode)
Instantiate a random access file from a
SmbFile |
Copyright © 2017. All rights reserved.