|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
PropertiesTree
to act as a
cental repository of configuration information.java.lang.Integer.toHexString
method.
- getHexString(long, int) -
Static method in class jcifs.util.Log
-
- getHostAddress() -
Method in class jcifs.netbios.NbtAddress
- Returns this IP adress as a
String
in the form "%d.%d.%d.%d".
- getHostName() -
Method in class jcifs.netbios.NbtAddress
- The hostname of this address.
- getInetAddress() -
Method in class jcifs.netbios.NbtAddress
- To convert this address to an
InetAddress
.
- getInetAddress(String, InetAddress) -
Static method in class jcifs.util.Config
- Retrieve an address from the PropertiesTree and return as InetAddress.
- getInputStream() -
Method in class jcifs.smb.SmbURLConnection
- Create an
InputStream
from which bytes may be read from
the taget specified by the URL of this connection.
- getInputStream() -
Method in class jcifs.netbios.NbtSocket
-
- getInt(String) -
Static method in class jcifs.util.Config
- Retrieve an int from the PropertiesTree.
- getInt(String, int) -
Static method in class jcifs.util.Config
-
- getLastModified() -
Method in class jcifs.smb.SmbURLConnection
- Retrieves the last modified time of the file or directory specified by
the URL for this connection.
- getLocalAddress() -
Method in class jcifs.netbios.NbtSocket
-
- getLocalHost() -
Static method in class jcifs.netbios.NbtAddress
- Retrieves the local host address.
- getLocalPort() -
Method in class jcifs.netbios.NbtSocket
-
- getMacAddress() -
Method in class jcifs.netbios.NbtAddress
- Retrieves the MAC address of the remote network interface.
- getName() -
Method in class jcifs.smb.SmbFile
- Returns the last component of the path.
- getNbtAddress() -
Method in class jcifs.netbios.NbtSocket
-
- getNodeType() -
Method in class jcifs.netbios.NbtAddress
- Checks the node type of this address.
- getOutputStream() -
Method in class jcifs.netbios.NbtSocket
-
- getParent() -
Method in class jcifs.smb.SmbFile
- Returns everything but the last component of the path.
- getPath() -
Method in class jcifs.smb.SmbFile
- Returns the full URL.
- getPort() -
Method in class jcifs.netbios.NbtSocket
-
- getProperty(String) -
Method in class jcifs.util.PropertiesTree
- Retrieve a property from the tree by searching parent nodes
if necessary and return the value as a String.
- getProperty(String) -
Static method in class jcifs.util.Config
- Retrieve a property from the static PropertiesTree.
- getProperty(String, String) -
Method in class jcifs.util.PropertiesTree
- Retrieve a property from the tree by searching parent nodes if necessary
and return the value as a String.
- getProperty(String, String) -
Static method in class jcifs.util.Config
- Retrieve a property from the static PropertiesTree.
Log.printHexDump(java.lang.String, byte[])
function provided by this class.
PrintWriter
that prepends
a timestamp before each message is written to the underlying
stream.LogWriter
instance that uses the specified
output stream as it's underlying stream
LogWriter
instance.
Log
classes.
Object
.
String
.
char
to the log.
int
to the log stream.
Object
to the screen.
String
to the log.
Throwable
object like
an Exception
.
Properties
however another dimension is added by using the customary dot '.' as
an operator to alternativly represent properties as trees.SimpleDateFormat
to
control what the timestamp looks like in the log stream.
OutputStream
to be used as the underlying
stream.
Writer
used as the underlying stream.
InputStream
for reading bytes from a file
on an SMB server represented by the SmbFile
parameter.
InputStream
for reading bytes from a file
on an SMB server addressed by the URL parameter.
OutputStream
for writing to a file
on an SMB server represented by the SmbFile parameter.
OutputStream
for writing to a file
on an SMB server addressed by the URL parameter.
OutputStream
for writing to a file
on an SMB server addressed by the URL parameter.
URL
.Log.getHexString(int val, int
size)
but provides a more practical form when trying to avoid String
concatenation and StringBuffer
.
String
representaion of this address.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |