Searched refs:skipDefiniteLengthContents (Results 1 – 2 of 2) sorted by relevance
55 skipDefiniteLengthContents(contentsLength); in readDataValue()60 skipDefiniteLengthContents(contentsLength); in readDataValue()151 private void skipDefiniteLengthContents(int contentsLength) throws BerDataValueFormatException { in skipDefiniteLengthContents() method in ByteBufferBerDataValueReader
73 skipDefiniteLengthContents(in, contentsLength); in readDataValue()78 skipDefiniteLengthContents(in, contentsLength); in readDataValue()161 private static void skipDefiniteLengthContents(InputStream in, int len) in skipDefiniteLengthContents() method in InputStreamBerDataValueReader