Methods in uk.org.ogsadai.activity.files that throw DAINumberFormatException |
private int |
FileWritingActivity.parseInt(java.lang.String intString)
Helper method to parse strings into integers. |
private long |
FileWritingActivity.parseOffset(java.lang.String string, long fileLength)
Parses a string containing a representation of an offset within a file or a line. |
private long |
FileWritingActivity.parseLength(java.lang.String string, long fileLength, long offset)
Parses a string containing a representation of the length of a sequence of bytes within a file. |