|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.RandomAccessFile
de.wenzlaff.hex.tabelle.HexFile
public class HexFile
| Constructor Summary | |
|---|---|
HexFile(java.io.File file)
Konstruktor HexFile |
|
HexFile(java.lang.String filename)
Konstruktor HexFile |
|
| Method Summary | |
|---|---|
byte |
getByte(int row,
int col)
Method getByte. |
int |
getColumnCount()
Method getColumnCount. |
int |
getLastRowSize()
Method getLastRowSize. |
byte[] |
getRow(int row)
Method getRow. |
int |
getRowCount()
Method getRowCount. |
void |
setByte(int row,
int col,
byte value)
Method setByte. |
| Methods inherited from class 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HexFile(java.lang.String filename)
throws java.io.IOException
filename -
java.io.IOException
public HexFile(java.io.File file)
throws java.io.IOException
file -
java.io.IOException| Method Detail |
|---|
public int getRowCount()
Hexable
getRowCount in interface HexableHexable.getRowCount()public int getColumnCount()
Hexable
getColumnCount in interface HexableHexable.getColumnCount()public int getLastRowSize()
Hexable
getLastRowSize in interface HexableHexable.getLastRowSize()
public byte getByte(int row,
int col)
Hexable
getByte in interface HexableHexable.getByte(int, int)
public void setByte(int row,
int col,
byte value)
Hexable
setByte in interface HexableHexable.setByte(int, int, byte)public byte[] getRow(int row)
Hexable
getRow in interface HexableHexable.getRow(int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||