Add output stream wrapper that always writes a multiple of a fixed number of bytes.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 26 May 2013 16:00:37 +0000 (18:00 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 27 May 2013 20:54:39 +0000 (22:54 +0200)
commit96ed96ef9308f091906e905c1ecc7d47476d385e
tree85e7dc6910bd66fa0889e045a64981b93931d489
parentb00efe47280214fdcf0860bd87adc96278cc0918
Add output stream wrapper that always writes a multiple of a fixed number of bytes.
pom.xml
src/main/java/net/pterodactylus/sonitus/io/IntegralWriteOutputStream.java [new file with mode: 0644]
src/test/java/net/pterodactylus/sonitus/io/IntegralWriteOutputStreamTest.java [new file with mode: 0644]