|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.io.RandomAccessFile
com.JRcServer.commons.io.env.EnvRandomAccessFile
public class EnvRandomAccessFile
環境変数対応版[java.io.RandomAccessFile]オブジェクト.
[java.io.RandomAccessFile]のI/O対象名に環境変数が含まれている場合、
それらを解析して、I/O対象に変換します.
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public EnvRandomAccessFile(java.io.File file, java.lang.String mode) throws java.io.IOException
java.io.IOException
public EnvRandomAccessFile(java.lang.String file, java.lang.String mode) throws java.io.IOException
java.io.IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |