Class Block

java.lang.Object
  |
  +--Block
Direct Known Subclasses:
Directory, File

public class Block
extends java.lang.Object

Class Block is extended by Class Directory and Class File. Block simply provides a wrapper so that File and Directory can exist in the same array.


Constructor Summary
Block()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Block

public Block()