From: Jean Privat Date: Tue, 26 May 2015 10:09:33 +0000 (-0400) Subject: Merge: File and Bytes X-Git-Tag: v0.7.5~32 X-Git-Url: http://nitlanguage.org Merge: File and Bytes A bit of a fix in the context of issues #1267 and #1262. The bytes module has a `ByteBuffer` class, while it is still working with `Int` at the moment, when Nit correctly supports `Bytes`, we can change it to a real `ByteBuffer` This class is highly recommended when working with byte streams and collections. As such, file operations are related to this module since most of the operations are working on bytes, what they mean is up to the end-user to figure. Pull-Request: #1309 Reviewed-by: Alexandre Terrasa Reviewed-by: Jean Privat Reviewed-by: Romain Chanoir Reviewed-by: Ait younes Mehdi Adel Reviewed-by: Alexis Laferrière --- f75737f87c674c902fe401c36c31b5dbe7c35bfb