10 Commits

Author SHA1 Message Date
Timofey Solomko 4ee5c8e3c3 Updated copyright headers in source files (made them a bit shorter). 2017-07-01 00:03:10 +03:00
Timofey Solomko f420279568 Small simplification in BitToByteWriter. 2017-06-03 22:04:02 +03:00
Timofey Solomko f343919366 All classes are now longer final (because it is not needed to prevent subclassing given public access level). 2017-05-27 20:37:41 +03:00
Timofey Solomko 5e895dfec7 United write and writeReversed. 2017-02-18 19:44:27 +03:00
Timofey Solomko 7908c270a8 Added a new BitToByteWriter function for writing in opposite direction. 2017-02-18 19:28:57 +03:00
Timofey Solomko f71668ad1c Removed repeating lines of code in BitToByteWriter.finish(). 2017-02-09 08:15:30 +03:00
Timofey Solomko b1100a7594 Added new function to BitToByteWriter which writes a number with specified amount of bits. 2017-02-08 19:34:07 +03:00
Timofey Solomko b2c7f64cfe Text fixes. 2017-02-04 15:07:38 +03:00
Timofey Solomko 58e2c5f3a5 Added function for finishing writing session to b2bwriter. 2017-02-03 21:53:59 +03:00
Timofey Solomko 1b6e913d11 Added new class for writing bits into bytes. 2017-02-03 20:43:39 +03:00