Searched defs:TlvIterable (Results 1 – 1 of 1) sorted by relevance
477 public static class TlvIterable implements Iterable<TlvElement> { class in TlvBufferUtils496 public TlvIterable(int typeSize, int lengthSize, @Nullable byte[] array) { in TlvIterable() method in TlvBufferUtils.TlvIterable