|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectjava.io.RandomAccessFile
okuyama.imdst.util.io.CustomRandomAccess
public class CustomRandomAccess
IOのRandomAccessFileのラッパー.
| コンストラクタの概要 | |
|---|---|
CustomRandomAccess(java.io.File target,
java.lang.String type)
|
|
| メソッドの概要 | |
|---|---|
void |
close()
|
int |
read(byte[] data,
int start,
int size)
|
void |
seek(long seekPoint)
|
void |
write(byte[] data,
int start,
int size)
|
| クラス java.io.RandomAccessFile から継承されたメソッド |
|---|
getChannel, getFD, getFilePointer, length, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, setLength, skipBytes, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public CustomRandomAccess(java.io.File target,
java.lang.String type)
throws java.io.FileNotFoundException
java.io.FileNotFoundException| メソッドの詳細 |
|---|
public void seek(long seekPoint)
throws java.io.IOException
java.io.RandomAccessFile 内の seekjava.io.IOException
public int read(byte[] data,
int start,
int size)
throws java.io.IOException
java.io.RandomAccessFile 内の readjava.io.IOException
public void write(byte[] data,
int start,
int size)
throws java.io.IOException
java.io.DataOutput 内の writejava.io.RandomAccessFile 内の writejava.io.IOException
public void close()
throws java.io.IOException
java.io.Closeable 内の closejava.io.RandomAccessFile 内の closejava.io.IOException
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||