| ... | ... | @@ -42,6 +42,9 @@ pub const readAlloc = R.readAlloc; |
| 42 | 42 | pub const readInt = R.readInt; |
| 43 | 43 | pub const readUntilDelimitersAlloc = R.readUntilDelimitersAlloc; |
| 44 | 44 | pub const readUntilDelimiterOrEof = R.readUntilDelimiterOrEof; |
| 45 | pub const readExpected = R.readExpected; |
| 46 | pub const skipBytes = R.skipBytes; |
| 47 | pub const skipUntilDelimiterOrEof = R.skipUntilDelimiterOrEof; |
| 45 | 48 | |
| 46 | 49 | pub const ReadError = sys.errno.Error; |
| 47 | 50 | pub fn read(self: File, buffer: []u8) ReadError!usize { |