com.jeffpalm.util
Class AnyFile.String

java.lang.Object
  extended by com.jeffpalm.util.AnyFile
      extended by com.jeffpalm.util.AnyFile.String
All Implemented Interfaces:
AnyFile.Readable, AnyFile.Writeable
Enclosing class:
AnyFile

public static final class AnyFile.String
extends AnyFile


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.util.AnyFile
AnyFile.File, AnyFile.Readable, AnyFile.String, AnyFile.URL, AnyFile.Writeable
 
Method Summary
 java.lang.Object delegate()
           
 java.lang.String fullName()
           
 java.lang.String name()
           
 java.io.BufferedReader reader()
           
 java.io.PrintWriter writer()
           
 
Methods inherited from class com.jeffpalm.util.AnyFile
createReadable, createReadWriteable, createWriteable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

delegate

public java.lang.Object delegate()
Specified by:
delegate in class AnyFile

name

public java.lang.String name()
Specified by:
name in class AnyFile

fullName

public java.lang.String fullName()
Specified by:
fullName in class AnyFile

reader

public final java.io.BufferedReader reader()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

writer

public final java.io.PrintWriter writer()
                                 throws java.lang.Exception
Throws:
java.lang.Exception