Home | History | Annotate | Download | only in apple

Lines Matching refs:appleDataBox

20         appleDataBox = new AppleDataBox();
21 appleDataBox.setVersion(0);
22 appleDataBox.setFlags(0);
23 appleDataBox.setFourBytes(new byte[4]);
24 appleDataBox.setData(new byte[]{0, 0, 0, track, 0, of, 0, 0});
28 return appleDataBox.getData()[3];
32 return appleDataBox.getData()[5];
36 byte[] content = appleDataBox.getData();
38 appleDataBox.setData(content);
42 byte[] content = appleDataBox.getData();
44 appleDataBox.setData(content);