|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.poi.util.HexRead
Utilities to read hex from files. * * @author Marc Johnson * @author Glen Stampoultzis (glens at apache.org)
Constructor Summary | |
HexRead()
|
Method Summary | |
static byte[] |
readData(java.lang.String filename)
This method reads hex data from a filename and returns a byte array. |
static byte[] |
readData(java.lang.String filename,
java.lang.String section)
Same as readData(String) except that this method allows you to specify sections within * a file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HexRead()
Method Detail |
public static byte[] readData(java.lang.String filename) throws java.io.IOException
java.io.IOException
public static byte[] readData(java.lang.String filename, java.lang.String section) throws java.io.IOException
* [sectioname] ** * @see #readData(String)
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |