public class IntelHexFileToBuf
extends java.lang.Object
| Constructor and Description |
|---|
IntelHexFileToBuf() |
| Modifier and Type | Method and Description |
|---|---|
long |
getByteLength() |
void |
getHexData(byte[] buf) |
void |
parse(java.io.InputStream is) |
void |
parse(java.lang.String filePath) |
public long getByteLength()
public void getHexData(byte[] buf)
public void parse(java.lang.String filePath)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.Exception
java.io.FileNotFoundExceptionjava.io.IOExceptionjava.lang.Exceptionpublic void parse(java.io.InputStream is)
throws java.io.FileNotFoundException,
java.io.IOException,
java.lang.Exception
java.io.FileNotFoundExceptionjava.io.IOExceptionjava.lang.Exception