|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
com.enterprisedt.net.ftp.FileTransferOutputStream
public abstract class FileTransferOutputStream
Super class of all output streams supported
| Field Summary | |
|---|---|
protected boolean |
closed
Has the stream been closed? |
protected java.lang.String |
remoteFile
Name of remote file being transferred |
protected long |
size
Number of bytes transferred |
| Constructor Summary | |
|---|---|
FileTransferOutputStream()
|
|
| Method Summary | |
|---|---|
long |
getBytesTransferred()
Get the number of bytes transferred |
java.lang.String |
getRemoteFile()
Get the name of the remote file (including one that may have been generated by the server). |
| Methods inherited from class java.io.OutputStream |
|---|
close, flush, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String remoteFile
protected long size
protected boolean closed
| Constructor Detail |
|---|
public FileTransferOutputStream()
| Method Detail |
|---|
public java.lang.String getRemoteFile()
public long getBytesTransferred()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||