|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectudt.util.Application
udt.util.ReceiveFile
public class ReceiveFile
helper class for receiving a single file via UDT
Intended to be compatible with the C++ version in
the UDT reference implementation
main method USAGE:
java -cp ... udt.util.ReceiveFile
Field Summary
Fields inherited from class udt.util.Application
localIP, localPort, verbose
Constructor Summary
ReceiveFile(String serverHost,
int serverPort,
String remoteFile,
String localFile)
Method Summary
static voidmain(String[] fullArgs)
voidrun()
static voidusage()
Methods inherited from class udt.util.Application
configure, parseArg, parseOptions
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
ReceiveFile
public ReceiveFile(String serverHost,
int serverPort,
String remoteFile,
String localFile)
Method Detail
run
public void run()
main
public static void main(String[] fullArgs)
throws Exception
Exception
usage
public static void usage()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2013 LittleShoot. All Rights Reserved.