com.JRcServer.io.javaio
クラス JRcRandomAccessFile

java.lang.Object
  上位を拡張 java.io.RandomAccessFile
      上位を拡張 com.JRcServer.io.javaio.JRcRandomAccessFile
すべての実装されたインタフェース:
java.io.Closeable, java.io.DataInput, java.io.DataOutput

public class JRcRandomAccessFile
extends java.io.RandomAccessFile

JRcServer用ランダムアクセスファイル.

[java.io.RandomAccessFile]のI/O対象名に環境変数が含まれている場合、 それらを解析して、I/O対象に変換します.
基本的に[JRcServer]の追加開発でランダムアクセスファイルを利用する場合、 このオブジェクトを利用します.

導入されたバージョン:
JDK 1.3
バージョン:
1.0.0 2005/05/02
作成者:
masahito suzuki

コンストラクタの概要
JRcRandomAccessFile(java.io.File file, java.lang.String mode)
           
JRcRandomAccessFile(java.lang.String file, java.lang.String mode)
           
 
メソッドの概要
 
クラス java.io.RandomAccessFile から継承されたメソッド
close, getChannel, getFD, getFilePointer, length, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, seek, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JRcRandomAccessFile

public JRcRandomAccessFile(java.io.File file,
                           java.lang.String mode)
                    throws java.io.FileNotFoundException
例外:
java.io.FileNotFoundException

JRcRandomAccessFile

public JRcRandomAccessFile(java.lang.String file,
                           java.lang.String mode)
                    throws java.io.FileNotFoundException
例外:
java.io.FileNotFoundException