com.JRcServer.commons.io.env
クラス EnvRandomAccessFile

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

public class EnvRandomAccessFile
extends java.io.RandomAccessFile

環境変数対応版[java.io.RandomAccessFile]オブジェクト.

[java.io.RandomAccessFile]のI/O対象名に環境変数が含まれている場合、 それらを解析して、I/O対象に変換します.

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

コンストラクタの概要
EnvRandomAccessFile(java.io.File file, java.lang.String mode)
           
EnvRandomAccessFile(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
 

コンストラクタの詳細

EnvRandomAccessFile

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

EnvRandomAccessFile

public EnvRandomAccessFile(java.lang.String file,
                           java.lang.String mode)
                    throws java.io.IOException
例外:
java.io.IOException