Lines Matching refs:reading
92 /// Creates a new CodedInputStream reading data from the given byte array.
115 /// Creates a new <see cref="CodedInputStream"/> reading data from the given stream, which will be disposed
124 /// Creates a new <see cref="CodedInputStream"/> reading data from the given stream.
136 /// Creates a new CodedInputStream reading data from the given
154 /// Creates a new CodedInputStream reading data from the given
178 /// Creates a <see cref="CodedInputStream"/> with the specified size and recursion limits, reading
188 /// <param name="recursionLimit">The maximum recursion depth to allow while reading.</param>
189 /// <returns>A <c>CodedInputStream</c> reading from <paramref name="input"/> with the specified size
222 /// This limit is applied when reading from the underlying stream, as a sanity check. It is
223 /// not applied when reading from a byte array data source without an underlying stream.
232 /// Returns the recursion limit for this stream. This limit is applied whilst reading messages,
331 /// If a caller wishes to skip a group, they should skip the whole group, by calling this method after reading the
528 /// This is internally just reading a varint, but this method exists
550 #region Underlying reading primitives
568 /// then you would probably end up reading past the end of the varint since
606 #region Internal reading and buffer management