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