de.wenzlaff.hex.schnittstelle
Interface Hexable

All Known Implementing Classes:
HexFile, HexString

public interface Hexable

Die Beschreibung des Hex Feldes.

Since:
01.02.2003
Version:
1.0
Author:
Thomas Wenzlaff (gesundheitskarte@wenzlaff.de)
See Also:
www.wenzlaff.de

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.
 

Method Detail

getRowCount

int getRowCount()
Method getRowCount.

Returns:
int

getColumnCount

int getColumnCount()
Method getColumnCount.

Returns:
int

getLastRowSize

int getLastRowSize()
Method getLastRowSize.

Returns:
int

getByte

byte getByte(int row,
             int col)
Method getByte.

Parameters:
row -
col -
Returns:
byte

setByte

void setByte(int row,
             int col,
             byte value)
Method setByte.

Parameters:
row -
col -
value -

getRow

byte[] getRow(int row)
Method getRow.

Parameters:
row -
Returns:
byte[]



twhexedit 1.1.0 - © 2006-2008 by Thomas Wenzlaff

Anleitung und neueste Version auf www.wenzlaff.de

Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2008 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.