Searched refs:findLimit (Results 1 – 3 of 3) sorted by relevance
29 this(is, StreamUtil.findLimit(is)); in ASN1InputStream()82 this(input, StreamUtil.findLimit(input), lazyEvaluate); in ASN1InputStream()
21 static int findLimit(InputStream in) in findLimit() method in StreamUtil
19 this(in, StreamUtil.findLimit(in)); in ASN1StreamParser()