Write the first bytes to the buffer correctly.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 2 Jun 2013 00:08:41 +0000 (02:08 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 4 Jun 2013 04:21:44 +0000 (06:21 +0200)
commitaeb4004e3483f17e79e9c12f0f238db58d3eb09e
treeff3cc3694c526f5061d3915c9adea00f6e3e9cdd
parent8c7035dfe65a019d661a7de8c8a2e4db97cc681e
Write the first bytes to the buffer correctly.

buffer is used as a ring buffer so new bytes have to go in at the end.
src/main/java/net/pterodactylus/sonitus/io/mp3/Parser.java