Class MtftpConnection

java.lang.Object
   |
   +----MtftpConnection

public class MtftpConnection
extends Object
implements Runnable
MtftpConnection A class to manage either a read or write tftp request

Version:
0.5
Author:
Mark Benvenuto
See Also:
Mtfp, MtftpReadConnection, MtftpWriteConnection

Method Index

 o readString(byte[], int)
 o run()
Processes the MtftpConnection

Methods

 o run
 public void run()
Processes the MtftpConnection

 o readString
 protected String readString(byte rs[],
                             int off)