public abstract class FileTransferOutputStream
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
FileTransferOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.