frysk.sys
Class TestFileDescriptor.IO

java.lang.Object
  extended by frysk.sys.TestFileDescriptor.IO
Enclosing class:
TestFileDescriptor

private abstract static class TestFileDescriptor.IO
extends Object


Field Summary
(package private)  FileDescriptor fd
           
 
Constructor Summary
private TestFileDescriptor.IO(FileDescriptor fd)
           
 
Method Summary
(package private) abstract  void op(byte[] buf, int start, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fd

final FileDescriptor fd
Constructor Detail

TestFileDescriptor.IO

private TestFileDescriptor.IO(FileDescriptor fd)
Method Detail

op

abstract void op(byte[] buf,
                 int start,
                 int length)