var.txt Fortran READ: 41 * 42 42 * 43 43 43 * (6 bytes) var.txt Pascal ReadLn: 41 * 42 42 * 43 43 43 * (6 bytes) var.txt Basic Input: 41 * 42 42 * 43 43 43 * (6 bytes) var.txt C size = 14 bytes var.txt C fgetc (text): 41 0A 42 42 0A 43 43 43 0A (9 bytes) var.txt C fgetc (binary): 41 42 42 43 43 43 (6 bytes) var.txt C fseek and fgetc (text): 41 -1 02 -1 42 -1 -1 -1 43 -1 -1 -1 FF -1 (14 bytes) var.txt C fseek and fgetc (binary): 41 -1 02 -1 42 -1 -1 -1 43 -1 -1 -1 FF -1 (14 bytes) var.txt C fgets (text): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) var.txt C fgets (binary): 41 42 42 43 43 43 * (6 bytes) var.txt C fgetc (text stream): 01 00 41 00 02 00 42 42 03 00 43 43 43 00 (14 bytes) var.txt C fgetc (binary stream): 01 00 41 00 02 00 42 42 03 00 43 43 43 00 (14 bytes) var.txt C fseek and fgetc (text stream): 41 -1 02 -1 42 -1 -1 -1 43 -1 -1 -1 FF -1 (14 bytes) var.txt C fseek and fgetc (binary stream): 41 -1 02 -1 42 -1 -1 -1 43 -1 -1 -1 FF -1 (14 bytes) var.txt C fgets (text stream): 01 * (1 bytes) var.txt C fgets (binary stream): 01 * (1 bytes) var.txt Python size = 14 bytes var.txt Python read 1 (mode r): 41 0A 42 42 0A 43 43 43 0A (9 bytes) var.txt Python read 1 (mode rb): 01 00 41 00 02 00 42 42 03 00 43 43 43 00 (14 bytes) var.txt Python seek and read 1 (mode r): 41 -1 02 -1 42 -1 -1 -1 43 -1 -1 -1 FF -1 (14 bytes) var.txt Python seek and read 1 (mode rb): 01 00 41 00 02 00 42 42 03 00 43 43 43 00 (14 bytes) var.txt Python readline (mode r): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) var.txt Python readline (mode rb): 01 00 41 00 02 00 42 42 03 00 43 43 43 00 * (14 bytes) var.txt Java size = 14 bytes var.txt Java InputStream read: 41 0A 42 42 0A 43 43 43 0A (9 bytes) var.txt Java RandomAccessFile seek and read: 41 -1 02 -1 42 -1 -1 -1 43 -1 -1 -1 FF -1 (14 bytes) var.txt Java InputStreamReader read: 41 0A 42 42 0A 43 43 43 0A (9 chars) var.txt Java BufferedReader readLine: 41 * 42 42 * 43 43 43 * (6 chars) vfc.txt Fortran READ: 41 * 42 42 * 43 43 43 * (6 bytes) vfc.txt Pascal ReadLn: 41 * 42 42 * 43 43 43 * (6 bytes) vfc.txt Basic Input: 41 * 42 42 * 43 43 43 * (6 bytes) vfc.txt C size = 20 bytes vfc.txt C fgetc (text): 41 0A 42 42 0A 43 43 43 0A (9 bytes) vfc.txt C fgetc (binary): 01 8D 41 01 8D 42 42 01 8D 43 43 43 (12 bytes) vfc.txt C fseek and fgetc (text): 41 0D -1 -1 0A -1 0A 0D -1 -1 -1 -1 0A 0D -1 -1 -1 -1 00 -1 (20 bytes) vfc.txt C fseek and fgetc (binary): 01 8D -1 -1 04 -1 01 8D -1 -1 -1 -1 01 8D -1 -1 -1 -1 FF -1 (20 bytes) vfc.txt C fgets (text): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) vfc.txt C fgets (binary): 01 -1 41 01 -1 42 42 01 -1 43 43 43 * (12 bytes) vfc.txt C fgetc (text stream): 03 00 01 8D 41 00 04 00 01 8D 42 42 05 00 01 8D 43 43 43 00 (20 bytes) vfc.txt C fgetc (binary stream): 03 00 01 8D 41 00 04 00 01 8D 42 42 05 00 01 8D 43 43 43 00 (20 bytes) vfc.txt C fseek and fgetc (text stream): 41 0D -1 -1 0A -1 0A 0D -1 -1 -1 -1 0A 0D -1 -1 -1 -1 00 -1 (20 bytes) vfc.txt C fseek and fgetc (binary stream): 01 8D -1 -1 04 -1 01 8D -1 -1 -1 -1 01 8D -1 -1 -1 -1 FF -1 (20 bytes) vfc.txt C fgets (text stream): 03 * (1 bytes) vfc.txt C fgets (binary stream): 03 * (1 bytes) vfc.txt Python size = 20 bytes vfc.txt Python read 1 (mode r): 41 0A 42 42 0A 43 43 43 0A (9 bytes) vfc.txt Python read 1 (mode rb): 03 00 01 8D 41 00 04 00 01 8D 42 42 05 00 01 8D 43 43 43 00 (20 bytes) vfc.txt Python seek and read 1 (mode r): 41 0D -1 -1 0A -1 0A 0D -1 -1 -1 -1 0A 0D -1 -1 -1 -1 00 -1 (20 bytes) vfc.txt Python seek and read 1 (mode rb): 03 00 01 8D 41 00 04 00 01 8D 42 42 05 00 01 8D 43 43 43 00 (20 bytes) vfc.txt Python readline (mode r): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) vfc.txt Python readline (mode rb): 03 00 01 8D 41 00 04 00 01 8D 42 42 05 00 01 8D 43 43 43 00 * (20 bytes) vfc.txt Java size = 20 bytes vfc.txt Java InputStream read: 41 0A 42 42 0A 43 43 43 0A (9 bytes) vfc.txt Java RandomAccessFile seek and read: 41 0D -1 -1 0A -1 0A 0D -1 -1 -1 -1 0A 0D -1 -1 -1 -1 00 -1 (20 bytes) vfc.txt Java InputStreamReader read: 41 0A 42 42 0A 43 43 43 0A (9 chars) vfc.txt Java BufferedReader readLine: 41 * 42 42 * 43 43 43 * (6 chars) stmlf.txt Fortran READ: 41 * 42 42 * 43 43 43 * (6 bytes) stmlf.txt Pascal ReadLn: 41 * 42 42 * 43 43 43 * (6 bytes) stmlf.txt Basic Input: 41 * 42 42 * 43 43 43 * (6 bytes) stmlf.txt C size = 9 bytes stmlf.txt C fgetc (text): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt C fgetc (binary): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt C fseek and fgetc (text): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt C fseek and fgetc (binary): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt C fgets (text): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) stmlf.txt C fgets (binary): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) stmlf.txt C fgetc (text stream): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt C fgetc (binary stream): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt C fseek and fgetc (text stream): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt C fseek and fgetc (binary stream): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt C fgets (text stream): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) stmlf.txt C fgets (binary stream): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) stmlf.txt Python size = 9 bytes stmlf.txt Python read 1 (mode r): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt Python read 1 (mode rb): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt Python seek and read 1 (mode r): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt Python seek and read 1 (mode rb): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt Python readline (mode r): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) stmlf.txt Python readline (mode rb): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) stmlf.txt Java size = 9 bytes stmlf.txt Java InputStream read: 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt Java RandomAccessFile seek and read: 41 0A 42 42 0A 43 43 43 0A (9 bytes) stmlf.txt Java InputStreamReader read: 41 0A 42 42 0A 43 43 43 0A (9 chars) stmlf.txt Java BufferedReader readLine: 41 * 42 42 * 43 43 43 * (6 chars) stm.txt Fortran READ: 41 * 42 42 * 43 43 43 * (6 bytes) stm.txt Pascal ReadLn: 41 * 42 42 * 43 43 43 * (6 bytes) stm.txt Basic Input: 41 * 42 42 * 43 43 43 * (6 bytes) stm.txt C size = 12 bytes stm.txt C fgetc (text): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stm.txt C fgetc (binary): 41 42 42 43 43 43 (6 bytes) stm.txt C fseek and fgetc (text): 41 0A 0A 42 42 0A 0A 43 43 43 0A 0A (12 bytes) stm.txt C fseek and fgetc (binary): 41 42 0A 42 42 43 0A 43 43 43 -1 0A (12 bytes) stm.txt C fgets (text): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) stm.txt C fgets (binary): 41 42 42 43 43 43 * (6 bytes) stm.txt C fgetc (text stream): 41 0D 0A 42 42 0D 0A 43 43 43 0D 0A (12 bytes) stm.txt C fgetc (binary stream): 41 0D 0A 42 42 0D 0A 43 43 43 0D 0A (12 bytes) stm.txt C fseek and fgetc (text stream): 41 0A 0A 42 42 0A 0A 43 43 43 0A 0A (12 bytes) stm.txt C fseek and fgetc (binary stream): 41 42 0A 42 42 43 0A 43 43 43 -1 0A (12 bytes) stm.txt C fgets (text stream): 41 0D 0A * 42 42 0D 0A * 43 43 43 0D 0A * (12 bytes) stm.txt C fgets (binary stream): 41 0D 0A * 42 42 0D 0A * 43 43 43 0D 0A * (12 bytes) stm.txt Python size = 12 bytes stm.txt Python read 1 (mode r): 41 0A 42 42 0A 43 43 43 0A (9 bytes) stm.txt Python read 1 (mode rb): 41 0D 0A 42 42 0D 0A 43 43 43 0D 0A (12 bytes) stm.txt Python seek and read 1 (mode r): 41 0A 0A 42 42 0A 0A 43 43 43 0A 0A (12 bytes) stm.txt Python seek and read 1 (mode rb): 41 0D 0A 42 42 0D 0A 43 43 43 0D 0A (12 bytes) stm.txt Python readline (mode r): 41 0A * 42 42 0A * 43 43 43 0A * (9 bytes) stm.txt Python readline (mode rb): 41 0D 0A * 42 42 0D 0A * 43 43 43 0D 0A * (12 bytes) stm.txt Java size = 12 bytes stm.txt Java InputStream read: 41 0A 42 42 0A 43 43 43 0A (9 bytes) stm.txt Java RandomAccessFile seek and read: 41 0A 0A 42 42 0A 0A 43 43 43 0A 0A (12 bytes) stm.txt Java InputStreamReader read: 41 0A 42 42 0A 43 43 43 0A (9 chars) stm.txt Java BufferedReader readLine: 41 * 42 42 * 43 43 43 * (6 chars) fix2.txt Fortran READ: 41 41 * 42 42 * 43 43 * (6 bytes) fix2.txt Pascal ReadLn: 41 41 * 42 42 * 43 43 * (6 bytes) fix2.txt Basic Input: 41 41 * 42 42 * 43 43 * (6 bytes) fix2.txt C size = 6 bytes fix2.txt C fgetc (text): 41 41 0A 42 42 0A 43 43 0A (9 bytes) fix2.txt C fgetc (binary): 41 41 42 42 43 43 (6 bytes) fix2.txt C fseek and fgetc (text): 41 41 42 42 43 43 (6 bytes) fix2.txt C fseek and fgetc (binary): 41 41 42 42 43 43 (6 bytes) fix2.txt C fgets (text): 41 41 0A * 42 42 0A * 43 43 0A * (9 bytes) fix2.txt C fgets (binary): 41 41 42 42 43 43 * (6 bytes) fix2.txt C fgetc (text stream): 41 41 42 42 43 43 (6 bytes) fix2.txt C fgetc (binary stream): 41 41 42 42 43 43 (6 bytes) fix2.txt C fseek and fgetc (text stream): 41 41 42 42 43 43 (6 bytes) fix2.txt C fseek and fgetc (binary stream): 41 41 42 42 43 43 (6 bytes) fix2.txt C fgets (text stream): 41 41 42 42 43 43 * (6 bytes) fix2.txt C fgets (binary stream): 41 41 42 42 43 43 * (6 bytes) fix2.txt Python size = 6 bytes fix2.txt Python read 1 (mode r): 41 41 0A 42 42 0A 43 43 0A (9 bytes) fix2.txt Python read 1 (mode rb): 41 41 42 42 43 43 (6 bytes) fix2.txt Python seek and read 1 (mode r): 41 41 42 42 43 43 (6 bytes) fix2.txt Python seek and read 1 (mode rb): 41 41 42 42 43 43 (6 bytes) fix2.txt Python readline (mode r): 41 41 0A * 42 42 0A * 43 43 0A * (9 bytes) fix2.txt Python readline (mode rb): 41 41 42 42 43 43 * (6 bytes) fix2.txt Java size = 6 bytes fix2.txt Java InputStream read: 41 41 0A 42 42 0A 43 43 0A (9 bytes) fix2.txt Java RandomAccessFile seek and read: 41 41 42 42 43 43 (6 bytes) fix2.txt Java InputStreamReader read: 41 41 0A 42 42 0A 43 43 0A (9 chars) fix2.txt Java BufferedReader readLine: 41 41 * 42 42 * 43 43 * (6 chars) fix1.txt Fortran READ: 41 * 42 * 43 * (3 bytes) fix1.txt Pascal ReadLn: 41 * 42 * 43 * (3 bytes) fix1.txt Basic Input: 41 * 42 * 43 * (3 bytes) fix1.txt C size = 6 bytes fix1.txt C fgetc (text): 41 0A 42 0A 43 0A (6 bytes) fix1.txt C fgetc (binary): 41 42 43 (3 bytes) fix1.txt C fseek and fgetc (text): 41 00 42 00 43 00 (6 bytes) fix1.txt C fseek and fgetc (binary): 41 00 42 00 43 00 (6 bytes) fix1.txt C fgets (text): 41 0A * 42 0A * 43 0A * (6 bytes) fix1.txt C fgets (binary): 41 42 43 * (3 bytes) fix1.txt C fgetc (text stream): 41 00 42 00 43 00 (6 bytes) fix1.txt C fgetc (binary stream): 41 00 42 00 43 00 (6 bytes) fix1.txt C fseek and fgetc (text stream): 41 00 42 00 43 00 (6 bytes) fix1.txt C fseek and fgetc (binary stream): 41 00 42 00 43 00 (6 bytes) fix1.txt C fgets (text stream): 41 * (1 bytes) fix1.txt C fgets (binary stream): 41 * (1 bytes) fix1.txt Python size = 6 bytes fix1.txt Python read 1 (mode r): 41 0A 42 0A 43 0A (6 bytes) fix1.txt Python read 1 (mode rb): 41 00 42 00 43 00 (6 bytes) fix1.txt Python seek and read 1 (mode r): 41 00 42 00 43 00 (6 bytes) fix1.txt Python seek and read 1 (mode rb): 41 00 42 00 43 00 (6 bytes) fix1.txt Python readline (mode r): 41 0A * 42 0A * 43 0A * (6 bytes) fix1.txt Python readline (mode rb): 41 00 42 00 43 00 * (6 bytes) fix1.txt Java size = 6 bytes fix1.txt Java InputStream read: 41 0A 42 0A 43 0A (6 bytes) fix1.txt Java RandomAccessFile seek and read: 41 00 42 00 43 00 (6 bytes) fix1.txt Java InputStreamReader read: 41 0A 42 0A 43 0A (6 chars) fix1.txt Java BufferedReader readLine: 41 * 42 * 43 * (3 chars)