|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.util.HexRead
Utilities to read hex from files.
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
filename
- The filename to read
java.io.IOException
- If there was a problem while reading the file.public static byte[] readData(java.lang.String filename, java.lang.String section) throws java.io.IOException
[sectioname]
java.io.IOException
readData(String)
|
jakarta-poi 1.10.0-dev | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |