Source File File.tesla
namespace Tesla.IO

include Tesla.stdc

class File

Modifiers: public

public static final char separator
protected String path
public File ( String filepath )
public String getPath ( )
public int compare ( Object o )
public String getExtension ( )

class FileInputStream

Modifiers: public
Extends: FileptrInputStream

public FileInputStream ( File path ) throws IOException
public FileInputStream ( String path ) throws IOException
destroy ()

class FileOutputStream

Modifiers: public
Extends: FileptrOutputStream

public FileOutputStream ( File path, boolean append ) throws IOException
public FileOutputStream ( File path ) throws IOException
public FileOutputStream ( String path, boolean append ) throws IOException
public FileOutputStream ( String path ) throws IOException
destroy ()


Produce by t2html tool written by Eric Kerfoot © 2004