public interface IByteCounter
Modifier and Type | Method and Description |
---|---|
int |
countBytes(int line,
int column)
This method counts the number of bytes from the beginning of a file at
position [line,column]
|
int countBytes(int line, int column)
line
- The initial linecolumn
- The initial column