Servertec   RandomAccessFile( )
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
Scriptlets
Data Types
Constants
Variables
Procedures
Operators
Statements
Objects
Array
Cookie
Date
Enumeration
File
FileDescriptor
Hashtable
Internet
IO
JDBC
Number
Object
Properties
Random
Request
Response
SqlTypes
Stack
StreamTokenizer
String
StringBuffer
StringTokenizer
System
Vector

Wrappers
Servlet
Server Side
Preprocessor
Executable
Samples
Sales
Legal
Feedback

 

Returns a new random access file object using the specified file name and access mode.

Syntax

    RandomAccessFile( file , mode )
    RandomAccessFile( filename , mode )

Parameters

    file the file object to use.
    filename the name of the file to use.
    mode the access mode, [ r | rw ].

Returns

    randomaccessfile a new random access file object.

Example

    rfh = RandomAccessFile( outputFile, "rw" )
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:19:03 EST 1999