Searched defs:readUInt8 (Results 1 - 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoTypeReader.java25 long ch1 = readUInt8(bb);
26 long ch2 = readUInt8(bb);
27 long ch3 = readUInt8(bb);
28 long ch4 = readUInt8(bb);
64 public static int readUInt8(ByteBuffer bb) { method in class:IsoTypeReader

Completed in 78 milliseconds