Impl variable length binary struct. Data will now be shifted to the correct possitions

This commit is contained in:
Ziver Koc 2016-05-11 17:11:18 +02:00
parent bae988e8dd
commit 3f21caa35b
7 changed files with 77 additions and 45 deletions

View file

@ -112,7 +112,7 @@ public class BinaryStructInputStreamTest {
}
// TODO: add full non lined length support
// @Test
@Test
public void nonLinedLength2(){
BinaryTestStruct struct = new BinaryTestStruct() {
@BinaryField(index=1, length=12)