namespace Akenti

A File object contains a filename and provides methods to return informataion about the name or directory.

IOHandler IOHandler
Class IOHandler serves as the wrapper class for AbstractIOHandlerImpl objects.
class AbstractIOHandlerImpl
This is an abstract class IOHandler that defines the methods for a descriptor such as determining if the input/output descriptor is open or closed and read and write methods for the descriptor.
class IOHandlerImpl: public AbstractIOHandlerImpl
This class wraps a file descriptor and provides methods to get information about the descriptor and to read and write from the descriptor
class OutputStream: public ref_ptr<ostream>
A OutputStream object is a reference-count pointer that wraps a ostream object.
class SocketImplFactory
This abstract class provides applications with socket generation.
class URL
URL class refers to Uniform Resource Locator and can be used to locate resources on the Internet.
class URLHandlerImpl
A URLHandlerImpl is base class for URL protocol-specific handlers.


Documentation

A File object contains a filename and provides methods to return informataion about the name or directory. The filename may be either an absolute pathname or relative to the current working directory. It may refer to either a plain file or a directory.

  * Usage:
  *  eg 1). File("Makefile");    
  *  eg 2). File("/usr/local/mrt/Certificates");    
  * 

Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/11/01
See Also:
Filter

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.