Package com.sun.nfs

Class Buffer

All Implemented Interfaces:
Runnable

public class Buffer extends Thread
Here we do all the NFS read and write buffering.
Author:
Brent Callaghan
See Also:
  • Constructor Details

    • Buffer

      public Buffer(Nfs nfs, int foffset, int bufsize)
  • Method Details