forked from I2P_Developers/i2p.i2p
Added more complete javadocs to ministreaming and cleaned up overrides so
the code is JDK5 compliant. There remains some unchecked warnings, but these aren't important at this juncture.
This commit is contained in:
@@ -161,6 +161,7 @@ public class StreamSinkServer {
|
||||
* <li><b>ourDestFile</b>: filename to write our binary destination to</li>
|
||||
* <li><b>numHandlers</b>: how many concurrent connections to handle</li>
|
||||
* </ul>
|
||||
* @param args [i2cpHost i2cpPort] sinkDir ourDestFile [numHandlers]
|
||||
*/
|
||||
public static void main(String args[]) {
|
||||
StreamSinkServer server = null;
|
||||
|
||||
Reference in New Issue
Block a user