Searched refs:seekEntryIdBytes (Results 1 – 1 of 1) sorted by relevance
346 private final ParsableByteArray seekEntryIdBytes; field in MatroskaExtractor425 seekEntryIdBytes = new ParsableByteArray(4); in MatroskaExtractor()1070 Arrays.fill(seekEntryIdBytes.data, (byte) 0); in binaryElement()1071 input.readFully(seekEntryIdBytes.data, 4 - contentSize, contentSize); in binaryElement()1072 seekEntryIdBytes.setPosition(0); in binaryElement()1073 seekEntryId = (int) seekEntryIdBytes.readUnsignedInt(); in binaryElement()