Serialized Form


Package com.borneo.ftp

Class com.borneo.ftp.FtpProperty implements Serializable

Class com.borneo.ftp.RegExFilter implements Serializable

Serialized Fields

cmpdte

java.util.Date cmpdte
Holds the comparison date from the Client. This is used to filter files in the selection.


Package com.ibm.network.ftp

Class com.ibm.network.ftp.FileInfo implements Serializable

Serialized Fields

fileName

java.lang.String fileName
Name of the file. Every FileInfo class represents a File. This variable stores the name of the file.

size

java.lang.String size
Size of the file This variable stores the size of the file represented by this FileInfo class.

date

java.lang.String date
Date of the file This variable stores the date of the file represented by this FileInfo class.

time

java.lang.String time
Time of the file This variable stores the time of the file represented by this FileInfo class.

offsetByOne

boolean offsetByOne
In some cases (e.g. ftp.sunet.se or ftp.ludd.luth.se) processing the directory list is shifted by one. When we encounter such a situation, we shift back with one position in method setRemoteDescriptionUNIX().

file

boolean file
File or directory. This boolean variable decides whether the file represented by this fileInfo class is a regular file or directory. If file is true then it is regular file else directory.

Class com.ibm.network.ftp.Response implements Serializable

Serialized Fields

response

int response
Code of server reply

stringResponse

java.lang.String stringResponse
Text submission of reply


Package com.ibm.network.ftp.protocol

Class com.ibm.network.ftp.protocol.FTPProtocol implements Serializable

Serialized Fields

socksProxyHost

java.lang.String socksProxyHost
This variable stores the name of the socksProxyHost.

socksProxyPort

java.lang.String socksProxyPort
This variable stores the socksProxyPort.

status

java.lang.String status
This variable stores the present status of FTP connection.

fieldTimeout

int fieldTimeout
Timeout for socket connection in ms

fieldRestartable

boolean fieldRestartable
Indicates restartable feature for FTP server.

fieldBytesRead

int fieldBytesRead
Shows the count of read bytes for downloading file.

fieldBytesWrite

int fieldBytesWrite
Shows the count of written bytes for uploading file.

fieldRestartCounter

int fieldRestartCounter
Indicates restart attempts.

fieldRestartCount

int fieldRestartCount
Max value attempts for restarting.

fieldBufferSize

int fieldBufferSize
Buffer size in bytes for file transfer.

busy

boolean busy
Inner flag to indicate that operation of remote connection was completed.

name

java.lang.String name

streamedInput

boolean streamedInput
Indicates whenever data read from InputStream (True) or File (False).

streamedOutput

boolean streamedOutput
Indicates whenever data write in to OutputStream (True) or File (False).

inpStream

java.io.InputStream inpStream
InputStream from which read data.

outStream

java.io.OutputStream outStream
OutputStream into which write data.


Package gnu.regexp

Class gnu.regexp.RE implements Serializable

Serialized Fields

firstToken

gnu.regexp.REToken firstToken

lastToken

gnu.regexp.REToken lastToken

m_numSubs

int m_numSubs

Class gnu.regexp.REException implements Serializable

Serialized Fields

m_type

int m_type

m_pos

int m_pos

Class gnu.regexp.REMatch implements Serializable

Serialized Fields

m_match

java.lang.String m_match

eflags

int eflags

offset

int offset

anchor

int anchor

start

int[] start

end

int[] end

index

int index

next

REMatch next

Class gnu.regexp.REMatchEnumeration implements Serializable

Serialized Fields

m_more

int m_more

m_match

REMatch m_match

m_expr

RE m_expr

m_input

CharIndexed m_input

m_index

int m_index

m_eflags

int m_eflags

m_buffer

java.lang.StringBuffer m_buffer

Class gnu.regexp.RESyntax implements Serializable

Serialized Fields

bits

java.util.BitSet bits

isFinal

boolean isFinal

lineSeparator

java.lang.String lineSeparator