Commit Graph

8 Commits

Author SHA1 Message Date
Aliaksandr Valialkin 18b5603df3 Added io.WriterTo implementation to ByteBuffer 2016-06-29 17:48:49 +03:00
Albert bf51c4698b Small refactoring (#4)
* Move some methods to pool.go

* Use method instead of manual resetting of buffer

* Fix typo
2016-06-28 22:46:18 +03:00
Aliaksandr Valialkin c0dbba6832 Small code clarifications after #2 and #3 2016-06-27 16:05:21 +03:00
Albert c57419c995 Add Bytes function (#3) 2016-06-27 16:00:15 +03:00
Albert 21e406c403 Add WriteByte function (#2) 2016-06-27 15:59:55 +03:00
Aliaksandr Valialkin 928aed2629 Renaming: Acquire->Get, Release->Put for the sake of the consistency with standard package 2016-06-24 14:57:35 +03:00
Aliaksandr Valialkin 164e50ac3f renaming: AcquireByteBuffer -> Acquire, ReleaseByteBuffer -> Release 2016-06-23 11:07:55 +03:00
Aliaksandr Valialkin 21bf76e6cc Initial implementation 2016-06-22 20:28:05 +03:00