Impl variable length binary struct. Data will now be shifted to the correct possitions
This commit is contained in:
parent
bae988e8dd
commit
3f21caa35b
7 changed files with 77 additions and 45 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue