All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.inet.tftp.TftpReadConnection

java.lang.Object
   |
   +----gnu.inet.tftp.TftpReadConnection

public class TftpReadConnection
extends Object
TftpReadConnection A class to manage an entire read tftp request. This class processes the file as a thread.

Version:
0.6
Author:
Mark Benvenuto
See Also:
Tftp, TftpReadConnection, TftpWriteConnection

Method Index

 o processConnection()
Processes the read connection
 o readString(byte[], int)

Methods

 o processConnection
 public void processConnection()
Processes the read connection

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index