ASCII character 13



I will be supplied a file of names delimited by the ASCII character 13.
I know in AppleScript I would set this :

set cr to ASCII character 13

How do I refer or set this in java. I figure I can read the file in an
use a StringTokenizer to go through the file to pull the names but how
do I refer to ASCII character 13 as the delimiter.

Thanks,
Rich
.